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-w32-2ec922eed5093084837be628efc07c635ad30357.tar.gz busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.bz2 busybox-w32-2ec922eed5093084837be628efc07c635ad30357.zip |
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 | |||
25 | of the file it points to | 25 | of the file it points to |
26 | 26 | ||
27 | config CONFIG_FEATURE_READLINK_FOLLOW | 27 | config CONFIG_FEATURE_READLINK_FOLLOW |
28 | bool " Enable canonicalization by following all symlinks (-f)" | 28 | bool "Enable canonicalization by following all symlinks (-f)" |
29 | default n | 29 | default n |
30 | depends on CONFIG_READLINK | 30 | depends on CONFIG_READLINK |
31 | help | 31 | help |