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:
ms
2007-07-19 23:20:04 +00:00
parent d39a5cb6ed
commit 9ced24a858
7 changed files with 74 additions and 7 deletions

View File

@@ -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 {