diff options
author | damien <damien@mandriva.com> | 2001-04-09 22:25:11 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-09 22:25:11 +0000 |
commit | 1b8758db1506d3935fdbc99ed78e340e889656fe (patch) | |
tree | 999cb3b663779273c6a5c17865df26c9a08281f6 | |
parent | b1c2f4e26ff05a664b0981eeccd55b24148e9c1b (diff) | |
download | drakx-backup-do-not-use-1b8758db1506d3935fdbc99ed78e340e889656fe.tar drakx-backup-do-not-use-1b8758db1506d3935fdbc99ed78e340e889656fe.tar.gz drakx-backup-do-not-use-1b8758db1506d3935fdbc99ed78e340e889656fe.tar.bz2 drakx-backup-do-not-use-1b8758db1506d3935fdbc99ed78e340e889656fe.tar.xz drakx-backup-do-not-use-1b8758db1506d3935fdbc99ed78e340e889656fe.zip |
typo
-rw-r--r-- | perl-install/tinyfirewall.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/tinyfirewall.pm b/perl-install/tinyfirewall.pm index 67269ba63..5b0eb20db 100644 --- a/perl-install/tinyfirewall.pm +++ b/perl-install/tinyfirewall.pm @@ -187,7 +187,7 @@ my $popimap = sub { @struct = ( @struct, [undef , "Don't Save", "Save & Quit", $quit ] ); $messages[9]=$messages[11]; } - if ( ! $in->standalone::pkgs_install(Kernel22() ? "ipchains" : "iptables", "Bastille")) { + if ($in->standalone::pkgs_install(Kernel22() ? "ipchains" : "iptables", "Bastille")) { $in->ask_warn('', _("Failure installing the needed packages : %s and Bastille. Try to install them manually.", Kernel22() ? "ipchains" : "iptables") ); $in->exit(0); |