From 9ea8836357d0f2b53319cb54c032d307cf2533be Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 14 May 2005 00:46:18 +0000 Subject: 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? --- miscutils/Config.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'miscutils/Config.in') diff --git a/miscutils/Config.in b/miscutils/Config.in index 710639a..afa70a5 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -89,13 +89,6 @@ config CONFIG_EJECT help Used to eject cdroms. (defaults to /dev/cdrom) -config CONFIG_FEATURE_EJECT_LONG_OPTIONS - bool " Enable support for --trayclose long option (-t)" - default n - depends on CONFIG_EJECT - help - Enable use of long options (like --trayclose for -t). - config CONFIG_LAST bool "last" default n -- cgit v1.1