summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-08-13 11:49:05 +0000
committerYves Duret <yduret@mandriva.com>2001-08-13 11:49:05 +0000
commitc79fa3363033160dbce76ae06285ba5b6cd2bc81 (patch)
tree6872fca819fde6fe2dae025ed45ea2d4bcef2bd9 /perl-install/standalone
parente8d16e4f6915dd2a435956e5d0e3d70fdf8d90ea (diff)
downloaddrakx-c79fa3363033160dbce76ae06285ba5b6cd2bc81.tar
drakx-c79fa3363033160dbce76ae06285ba5b6cd2bc81.tar.gz
drakx-c79fa3363033160dbce76ae06285ba5b6cd2bc81.tar.bz2
drakx-c79fa3363033160dbce76ae06285ba5b6cd2bc81.tar.xz
drakx-c79fa3363033160dbce76ae06285ba5b6cd2bc81.zip
removed diskdrake from the choice
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakxconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakxconf b/perl-install/standalone/drakxconf
index 9ced4f8da..b0302bf9a 100755
--- a/perl-install/standalone/drakxconf
+++ b/perl-install/standalone/drakxconf
@@ -13,13 +13,12 @@ use c;
local $_ = join '', @ARGV;
/-h/ and die "usage: drakxconf\n";
+/-version/ and die "version: $Id$\n";
my $in = 'interactive'->vnew('su', 'default');
my @l=(
{ des => 'Display Configuration',
cmd => 'XFdrake'},
- { des => 'Hard Drive Configuration',
- cmd => 'diskdrake'},
{ des => 'KeyBoard Configuration',
cmd => 'keyboarddrake'},
{ des => 'Mouse Configuration',