mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 14:06:10 +02:00
Tripwire-Policy gefixt.
Backupctrl zur ISO gefuegt. Das logger-Tool loggt nicht korrekt in eine Datei. Unser IPSec-restart-Problem mit einem kleinem Patch behoben. Das das ifconfig Fehler liefert nehmen wir IP. Bitte testet dies noch einmal langfristig!!! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@713 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -66,7 +66,10 @@ sub message {
|
||||
|
||||
sub logger {
|
||||
my $log = shift;
|
||||
system("logger -f /var/log/pakfire.log -t pakfire \"$log\"") if "$log";
|
||||
if ($log) {
|
||||
system("echo \"`date`: $log\" >> /var/log/pakfire.log");
|
||||
#system("logger -t pakfire \"$log\"");
|
||||
}
|
||||
}
|
||||
|
||||
sub usage {
|
||||
|
||||
Reference in New Issue
Block a user