Merge remote-tracking branch 'origin/master' into next

Conflicts:
	config/rootfiles/packages/clamav
	lfs/clamav
This commit is contained in:
Michael Tremer
2015-03-04 23:58:47 +01:00
4 changed files with 19 additions and 12 deletions

View File

@@ -437,6 +437,14 @@ sub writeipsecfiles {
}
print CONF "\n";
}#foreach key
# Add post user includes to config file
# After the GUI-connections allows to patch connections.
if (-e "/etc/ipsec.user-post.conf") {
print CONF "include /etc/ipsec.user-post.conf\n";
print CONF "\n";
}
print SECRETS $last_secrets if ($last_secrets);
close(CONF);
close(SECRETS);