diff options
-rw-r--r-- | lib/AdminPanel/Shared/Shorewall.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/Shorewall.pm b/lib/AdminPanel/Shared/Shorewall.pm index 50a1110..03b29aa 100644 --- a/lib/AdminPanel/Shared/Shorewall.pm +++ b/lib/AdminPanel/Shared/Shorewall.pm @@ -211,7 +211,6 @@ sub write_ { #- make sure the rules.drakx config is read, erasing user modifications set_config_file('rules', $ver, [ 'INCLUDE', 'rules.drakx' ]); } - print "Trying to write to the file "."$::prefix${shorewall_root}${ver}/rules.drakx\n"; output_with_perm("$::prefix${shorewall_root}${ver}/" . 'rules.drakx', 0600, map { join("\t", @$_) . "\n" } ( if_($use_pptp, [ 'ACCEPT', 'fw', 'loc:10.0.0.138', 'tcp', '1723' ]), if_($use_pptp, [ 'ACCEPT', 'fw', 'loc:10.0.0.138', 'gre' ]), |