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

@@ -159,8 +159,12 @@ int main(int argc, char *argv[])
if (strstr (line, "unattended") != NULL) {
unattended = 1;
}
// Loading the cdrom-filesystem
// Loading the cdrom-filesystem and ext2
mysystem("/sbin/modprobe iso9660");
mysystem("/sbin/modprobe ext2");
// Loading the via_rhine driver because it isn't detected correctly
mysystem("/sbin/modprobe via_rhine");
}
if (unattended) {