diff options
author | Ned Ludd | 2004-12-08 16:47:28 +0000 |
---|---|---|
committer | Ned Ludd | 2004-12-08 16:47:28 +0000 |
commit | c6fbed5dba0ebf333fbe7af4d07ff839492f8882 (patch) | |
tree | 32f4a2fb3de679b3b670f21909272026fd35004e /debianutils/Config.in | |
parent | d824853de335d969f4d009f445bb6dfb1b18493b (diff) | |
download | busybox-c6fbed5dba0ebf333fbe7af4d07ff839492f8882.zip busybox-c6fbed5dba0ebf333fbe7af4d07ff839492f8882.tar.gz |
- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r-- | debianutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index 7cf7cad..f13d56e 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in @@ -24,6 +24,13 @@ config CONFIG_READLINK This program reads a symbolic link and returns the name of the file it points to +config CONFIG_FEATURE_READLINK_FOLLOW + bool " Enable canonicalization by following all symlinks (-f)" + default n + depends on CONFIG_READLINK + help + Enable the readlink option (-f). + config CONFIG_RUN_PARTS bool "run-parts" default n |