diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-28 09:47:54 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-28 09:47:54 +0000 |
commit | 42626f1b1509841fda1ac4a38da6df56b3140420 (patch) | |
tree | f8f9f3243faab4f236051a3f63a65975a8d665fd /perl-install/standalone | |
parent | b8a801583778dee5b9075e938ed318d17c63a162 (diff) | |
download | drakx-42626f1b1509841fda1ac4a38da6df56b3140420.tar drakx-42626f1b1509841fda1ac4a38da6df56b3140420.tar.gz drakx-42626f1b1509841fda1ac4a38da6df56b3140420.tar.bz2 drakx-42626f1b1509841fda1ac4a38da6df56b3140420.tar.xz drakx-42626f1b1509841fda1ac4a38da6df56b3140420.zip |
added new items, remove some old ones
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakxconf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/standalone/drakxconf b/perl-install/standalone/drakxconf index b0302bf9a..4c7c57e4d 100755 --- a/perl-install/standalone/drakxconf +++ b/perl-install/standalone/drakxconf @@ -27,8 +27,6 @@ my @l=( cmd => 'harddrake'}, { des => 'Internet & Network', cmd => 'draknet'}, - { des => 'Firewalling', - cmd => 'tinyfirewall'}, { des => 'Printer Configuration', cmd => 'printerdrake'}, { des => 'Add new users', @@ -39,6 +37,10 @@ my @l=( cmd => 'draksec'}, { des => 'Boot Configuration', cmd => 'drakboot'}, + { des => 'Auto Install', + cmd => 'drakautoinst'}, + { des => 'Connection Sharing', + cmd => 'drakgw'}, ); my $choice = $in->ask_from_listf(_("Control Center"), _("Choose the tool you want to use"), |