From c79fa3363033160dbce76ae06285ba5b6cd2bc81 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Mon, 13 Aug 2001 11:49:05 +0000 Subject: removed diskdrake from the choice --- perl-install/standalone/drakxconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone/drakxconf') 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', -- cgit v1.2.1