summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-05-26 11:35:44 +0000
committerOlivier Blin <oblin@mandriva.org>2005-05-26 11:35:44 +0000
commit1bee3e3f34d88e57feba0c3bc6569e89f940659c (patch)
tree474071567b389a963a8a9192280d29740508d08f
parentcdf2d31b82ac6571a6e937a576f266c68fe224d7 (diff)
downloaddrakx-backup-do-not-use-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar
drakx-backup-do-not-use-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar.gz
drakx-backup-do-not-use-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar.bz2
drakx-backup-do-not-use-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar.xz
drakx-backup-do-not-use-1bee3e3f34d88e57feba0c3bc6569e89f940659c.zip
perl_checker fixes
-rw-r--r--perl-install/network/shorewall.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/shorewall.pm b/perl-install/network/shorewall.pm
index d1e908700..5df61ec9b 100644
--- a/perl-install/network/shorewall.pm
+++ b/perl-install/network/shorewall.pm
@@ -12,7 +12,7 @@ use common;
use log;
-sub check_iptables {
+sub check_iptables() {
-f "$::prefix/etc/sysconfig/iptables" ||
$::isStandalone && do {
system('modprobe iptable_nat');