aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2015-01-08 17:26:44 +0100
committerMatteo Pasotti <matteo.pasotti@gmail.com>2015-01-08 17:26:44 +0100
commit6525f2ec4019ffad75c25164075f33f1aaa05e0d (patch)
treeec19a94207fe9b1a3582830c528cbd66de946503 /lib
parentf4dd2e97f73d1c7d0807afba9c941114e0d0e1d1 (diff)
downloadcolin-keep-6525f2ec4019ffad75c25164075f33f1aaa05e0d.tar
colin-keep-6525f2ec4019ffad75c25164075f33f1aaa05e0d.tar.gz
colin-keep-6525f2ec4019ffad75c25164075f33f1aaa05e0d.tar.bz2
colin-keep-6525f2ec4019ffad75c25164075f33f1aaa05e0d.tar.xz
colin-keep-6525f2ec4019ffad75c25164075f33f1aaa05e0d.zip
- dropped some debug message left behind
Diffstat (limited to 'lib')
-rw-r--r--lib/AdminPanel/Shared/Shorewall.pm1
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' ]),