diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 4a013cbd5..4216b2845 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -46,27 +46,34 @@ config CONFIG_DEVFSD | |||
46 | help | 46 | help |
47 | Provides compatibility with old device names on a devfs systems. | 47 | Provides compatibility with old device names on a devfs systems. |
48 | You should set it to true if you have devfs enabled. | 48 | You should set it to true if you have devfs enabled. |
49 | The following keywords in devsfd.conf are supported: | ||
50 | "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE", | ||
51 | "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", | ||
52 | "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". | ||
53 | |||
54 | But only if they are written UPPERCASE!!!!!!!! | ||
49 | 55 | ||
50 | config CONFIG_DEVFSD_MODLOAD | 56 | config CONFIG_DEVFSD_MODLOAD |
51 | bool "Adds support for MODLOAD action" | 57 | bool "Adds support for MODLOAD keyword in devsfd.conf" |
52 | default n | 58 | default n |
53 | depends on CONFIG_DEVFSD | 59 | depends on CONFIG_DEVFSD |
54 | help | 60 | help |
55 | This actually doesn't work with busybox modutils but needs the real modutils. | 61 | This actually doesn't work with busybox modutils but needs the real modutils. |
56 | 62 | ||
57 | config CONFIG_DEVFSD_VERBOSE | 63 | config CONFIG_DEVFSD_FG_NP |
58 | bool "Increases logging to stderr and syslog" | 64 | bool "Enables the -fg and -np options" |
59 | default n | 65 | default n |
60 | depends on CONFIG_DEVFSD | 66 | depends on CONFIG_DEVFSD |
61 | help | 67 | help |
62 | Increases logging to stderr and syslog. | 68 | -fg Run the daemon in the foreground. |
69 | -np Exit after parsing the configuration file. Do not poll for events. | ||
63 | 70 | ||
64 | config CONFIG_DEVFSD_DEBUG | 71 | config CONFIG_DEVFSD_VERBOSE |
65 | bool "Adds function names to program output" | 72 | bool "Increases logging (and size)" |
66 | default n | 73 | default n |
67 | depends on CONFIG_DEVFSD | 74 | depends on CONFIG_DEVFSD |
68 | help | 75 | help |
69 | Adds function names to program output. | 76 | Increases logging to stderr or syslog. |
70 | 77 | ||
71 | config CONFIG_LAST | 78 | config CONFIG_LAST |
72 | bool "last" | 79 | bool "last" |