diff options
Diffstat (limited to 'perl-install/standalone/drakxconf')
-rwxr-xr-x | perl-install/standalone/drakxconf | 3 |
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', |