diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-05-26 11:35:44 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-05-26 11:35:44 +0000 |
commit | 1bee3e3f34d88e57feba0c3bc6569e89f940659c (patch) | |
tree | 474071567b389a963a8a9192280d29740508d08f /perl-install/network/shorewall.pm | |
parent | cdf2d31b82ac6571a6e937a576f266c68fe224d7 (diff) | |
download | drakx-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar drakx-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar.gz drakx-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar.bz2 drakx-1bee3e3f34d88e57feba0c3bc6569e89f940659c.tar.xz drakx-1bee3e3f34d88e57feba0c3bc6569e89f940659c.zip |
perl_checker fixes
Diffstat (limited to 'perl-install/network/shorewall.pm')
-rw-r--r-- | perl-install/network/shorewall.pm | 2 |
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'); |