aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r--debianutils/Config.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 3dd2ef61b..3d85999ff 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -5,33 +5,33 @@
5 5
6menu "Debian Utilities" 6menu "Debian Utilities"
7 7
8config CONFIG_MKTEMP 8config MKTEMP
9 bool "mktemp" 9 bool "mktemp"
10 default n 10 default n
11 help 11 help
12 mktemp is used to create unique temporary files 12 mktemp is used to create unique temporary files
13 13
14config CONFIG_PIPE_PROGRESS 14config PIPE_PROGRESS
15 bool "pipe_progress" 15 bool "pipe_progress"
16 default n 16 default n
17 help 17 help
18 Display a dot to indicate pipe activity. 18 Display a dot to indicate pipe activity.
19 19
20config CONFIG_READLINK 20config READLINK
21 bool "readlink" 21 bool "readlink"
22 default n 22 default n
23 help 23 help
24 This program reads a symbolic link and returns the name 24 This program reads a symbolic link and returns the name
25 of the file it points to 25 of the file it points to
26 26
27config CONFIG_FEATURE_READLINK_FOLLOW 27config 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 READLINK
31 help 31 help
32 Enable the readlink option (-f). 32 Enable the readlink option (-f).
33 33
34config CONFIG_RUN_PARTS 34config RUN_PARTS
35 bool "run-parts" 35 bool "run-parts"
36 default n 36 default n
37 help 37 help
@@ -46,14 +46,14 @@ config CONFIG_RUN_PARTS
46 Unless you know that run-parts is used in some of your scripts 46 Unless you know that run-parts is used in some of your scripts
47 you can safely say N here. 47 you can safely say N here.
48 48
49config CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS 49config FEATURE_RUN_PARTS_LONG_OPTIONS
50 bool "Enable long options" 50 bool "Enable long options"
51 default n 51 default n
52 depends on CONFIG_RUN_PARTS && CONFIG_GETOPT_LONG 52 depends on RUN_PARTS && GETOPT_LONG
53 help 53 help
54 Support long options for the run-parts applet. 54 Support long options for the run-parts applet.
55 55
56config CONFIG_START_STOP_DAEMON 56config START_STOP_DAEMON
57 bool "start-stop-daemon" 57 bool "start-stop-daemon"
58 default y 58 default y
59 help 59 help
@@ -61,23 +61,23 @@ config CONFIG_START_STOP_DAEMON
61 termination of system-level processes, usually the ones 61 termination of system-level processes, usually the ones
62 started during the startup of the system. 62 started during the startup of the system.
63 63
64config CONFIG_FEATURE_START_STOP_DAEMON_FANCY 64config FEATURE_START_STOP_DAEMON_FANCY
65 bool "Support additional arguments" 65 bool "Support additional arguments"
66 default y 66 default y
67 depends on CONFIG_START_STOP_DAEMON 67 depends on START_STOP_DAEMON
68 help 68 help
69 Support additional arguments. 69 Support additional arguments.
70 -o|--oknodo ignored since we exit with 0 anyway 70 -o|--oknodo ignored since we exit with 0 anyway
71 -v|--verbose 71 -v|--verbose
72 72
73config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS 73config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
74 bool "Enable long options" 74 bool "Enable long options"
75 default n 75 default n
76 depends on CONFIG_START_STOP_DAEMON && CONFIG_GETOPT_LONG 76 depends on START_STOP_DAEMON && GETOPT_LONG
77 help 77 help
78 Support long options for the start-stop-daemon applet. 78 Support long options for the start-stop-daemon applet.
79 79
80config CONFIG_WHICH 80config WHICH
81 bool "which" 81 bool "which"
82 default n 82 default n
83 help 83 help