From 42626f1b1509841fda1ac4a38da6df56b3140420 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Tue, 28 Aug 2001 09:47:54 +0000 Subject: added new items, remove some old ones --- perl-install/standalone/drakxconf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'perl-install') 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"), -- cgit v1.2.1