diff options
author | Rob Landley <rob@landley.net> | 2005-05-14 00:46:18 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-05-14 00:46:18 +0000 |
commit | 9ea8836357d0f2b53319cb54c032d307cf2533be (patch) | |
tree | b19c1725047103ee4c6ca0fc8eba9d946edfa2e9 /miscutils/Config.in | |
parent | 1ece21bddd6780aef82dafa481187bda43174a72 (diff) | |
download | busybox-w32-9ea8836357d0f2b53319cb54c032d307cf2533be.tar.gz busybox-w32-9ea8836357d0f2b53319cb54c032d307cf2533be.tar.bz2 busybox-w32-9ea8836357d0f2b53319cb54c032d307cf2533be.zip |
Add automatic umount support to eject command. Patch from Tito,
with tweaks from Mike Frysinger and Rob Landley.
Note: this will still fail to umount a path that contains an ' or \ character.
Is it worth the extra size to filter for that?
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 710639aba..afa70a597 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -89,13 +89,6 @@ config CONFIG_EJECT | |||
89 | help | 89 | help |
90 | Used to eject cdroms. (defaults to /dev/cdrom) | 90 | Used to eject cdroms. (defaults to /dev/cdrom) |
91 | 91 | ||
92 | config CONFIG_FEATURE_EJECT_LONG_OPTIONS | ||
93 | bool " Enable support for --trayclose long option (-t)" | ||
94 | default n | ||
95 | depends on CONFIG_EJECT | ||
96 | help | ||
97 | Enable use of long options (like --trayclose for -t). | ||
98 | |||
99 | config CONFIG_LAST | 92 | config CONFIG_LAST |
100 | bool "last" | 93 | bool "last" |
101 | default n | 94 | default n |