diff options
Diffstat (limited to 'perl-install')
-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"), |