Patch-O-Matic in den Kernel eingebaut.

(Einige Module fehlen noch...)
Unattended Installer bearbeitet.
Firewallscript hinzugefuegt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@360 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-12-11 20:02:07 +00:00
parent 3fd5feeb3e
commit 3a1019f689
19 changed files with 1141 additions and 146 deletions

View File

@@ -1,5 +1,5 @@
# Begin /etc/sysconfig/clock
UTC=1
UTC=0
# End /etc/sysconfig/clock

View File

@@ -0,0 +1,20 @@
#!/bin/sh
# Used for private firewall rules
# See how we were called.
case "$1" in
start)
## add your 'start' rules here
;;
stop)
## add your 'stop' rules here
;;
reload)
$0 stop
$0 start
## add your 'reload' rules here
;;
*)
echo "Usage: $0 {start|stop|reload}"
;;
esac

View File

@@ -1 +1 @@
HOSTNAME=ipfirebox
HOSTNAME=ipfire