summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxconf
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-03-09 04:53:51 +0000
committerdamien <damien@mandriva.com>2001-03-09 04:53:51 +0000
commitb4ab48722e597166d78879a69d2fc23350a5a2e2 (patch)
tree85312e828074244e00f94c5a8af608202d999a91 /perl-install/standalone/drakxconf
parent21ae4a8bdbf649ebe226d3c6d07bb79c37024544 (diff)
downloaddrakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar
drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar.gz
drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar.bz2
drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.tar.xz
drakx-backup-do-not-use-b4ab48722e597166d78879a69d2fc23350a5a2e2.zip
added harddrake
Diffstat (limited to 'perl-install/standalone/drakxconf')
-rwxr-xr-xperl-install/standalone/drakxconf10
1 files changed, 6 insertions, 4 deletions
diff --git a/perl-install/standalone/drakxconf b/perl-install/standalone/drakxconf
index b6cb0d288..84a7bccc4 100755
--- a/perl-install/standalone/drakxconf
+++ b/perl-install/standalone/drakxconf
@@ -18,20 +18,22 @@ my $in = vnew interactive('su');
my @l=(
{ des => 'Display Configuration',
cmd => 'XFdrake'},
- { des => 'Add new users',
- cmd => 'adduserdrake'},
{ des => 'Hard Drive Configuration',
cmd => 'diskdrake'},
- { des => 'Service Configuration',
- cmd => 'drakxservices'},
{ des => 'KeyBoard Configuration',
cmd => 'keyboarddrake'},
{ des => 'Mouse Configuration',
cmd => 'mousedrake'},
+ { des => 'Hardware Information',
+ cmd => 'harddrake'},
{ des => 'Internet & Network',
cmd => 'draknet'},
{ des => 'Printer Configuration',
cmd => 'printerdrake'},
+ { des => 'Add new users',
+ cmd => 'adduserdrake'},
+ { des => 'Service Configuration',
+ cmd => 'drakxservices'},
{ des => 'Security Levels',
cmd => 'draksec'},
{ des => 'Boot Configuration',