diff options
author | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
commit | 2ec922eed5093084837be628efc07c635ad30357 (patch) | |
tree | 191d18163e85eb614e33a38bd93da35b7c3f3366 /debianutils | |
parent | 6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff) | |
download | busybox-2ec922eed5093084837be628efc07c635ad30357.tar.gz |
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index f13d56ec7..146a24e61 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in @@ -25,7 +25,7 @@ config CONFIG_READLINK of the file it points to config CONFIG_FEATURE_READLINK_FOLLOW - bool " Enable canonicalization by following all symlinks (-f)" + bool "Enable canonicalization by following all symlinks (-f)" default n depends on CONFIG_READLINK help |