- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user