diff options
author | damien <damien@mandriva.com> | 2001-03-23 10:25:39 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-03-23 10:25:39 +0000 |
commit | 90253c545b109cd74ea036358e8f826c1c6e986f (patch) | |
tree | 72a46ca1688d1a69aabc47fa0b575213e8506201 /perl-install | |
parent | c10cb86bb5c593a9f979fefc7c968df384c47df7 (diff) | |
download | drakx-90253c545b109cd74ea036358e8f826c1c6e986f.tar drakx-90253c545b109cd74ea036358e8f826c1c6e986f.tar.gz drakx-90253c545b109cd74ea036358e8f826c1c6e986f.tar.bz2 drakx-90253c545b109cd74ea036358e8f826c1c6e986f.tar.xz drakx-90253c545b109cd74ea036358e8f826c1c6e986f.zip |
added tinyfirewall entry
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakxconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakxconf b/perl-install/standalone/drakxconf index 84a7bccc4..30a8468b0 100755 --- a/perl-install/standalone/drakxconf +++ b/perl-install/standalone/drakxconf @@ -28,6 +28,8 @@ my @l=( cmd => 'harddrake'}, { des => 'Internet & Network', cmd => 'draknet'}, + { des => 'Firewalling', + cmd => 'tinyfirewall'}, { des => 'Printer Configuration', cmd => 'printerdrake'}, { des => 'Add new users', |