diff options
author | Rob Landley <rob@landley.net> | 2006-07-12 21:31:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-07-12 21:31:16 +0000 |
commit | 1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2 (patch) | |
tree | 1aeca0400e9765268ce4e951aa56e094f91b7d67 /miscutils/Config.in | |
parent | 58dda84ecc13d8e2bb3c6e2b73786ae22e2d9b10 (diff) | |
download | busybox-w32-1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2.tar.gz busybox-w32-1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2.tar.bz2 busybox-w32-1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2.zip |
More minor tweaks.
Diffstat (limited to '')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 51faae987..4296b54ea 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -67,7 +67,7 @@ config CONFIG_DEVFSD | |||
67 | bool "devfsd (obsolete)" | 67 | bool "devfsd (obsolete)" |
68 | default n | 68 | default n |
69 | help | 69 | help |
70 | This is deprecated, and will be going away in a future release. | 70 | This is deprecated, and will be removed at the end of 2008. |
71 | 71 | ||
72 | Provides compatibility with old device names on a devfs systems. | 72 | Provides compatibility with old device names on a devfs systems. |
73 | You should set it to true if you have devfs enabled. | 73 | You should set it to true if you have devfs enabled. |
@@ -105,13 +105,12 @@ config CONFIG_FEATURE_DEVFS | |||
105 | bool " Use devfs names for all devices (obsolete)" | 105 | bool " Use devfs names for all devices (obsolete)" |
106 | default n | 106 | default n |
107 | help | 107 | help |
108 | This is obsolete and will be going away at the end of 2008.. | ||
109 | |||
108 | This tells busybox to look for names like /dev/loop/0 instead of | 110 | This tells busybox to look for names like /dev/loop/0 instead of |
109 | /dev/loop0. If your /dev directory has normal names instead of | 111 | /dev/loop0. If your /dev directory has normal names instead of |
110 | devfs names, you don't want this. | 112 | devfs names, you don't want this. |
111 | 113 | ||
112 | This is obsolete and will be going away someday. Consider it | ||
113 | deprecated. | ||
114 | |||
115 | config CONFIG_EJECT | 114 | config CONFIG_EJECT |
116 | bool "eject" | 115 | bool "eject" |
117 | default n | 116 | default n |