corrected speed footer not working with dhcp and static

corrected pakfire ignoring update and upgrade disable when previously 
set
fixed snort rules problem when updating
updated serverall packaages
started building core 2
fixed qos multiport error


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1125 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-12-17 21:14:28 +00:00
parent c9429a7c0b
commit d2414ee76e
21 changed files with 175 additions and 158 deletions

View File

@@ -23,5 +23,5 @@
# power button shutdown
if grep -q '^button' /proc/modules ; then
head -1 /proc/acpi/event | grep -q 'button/power PWRF' && init 0 &
( head -1 /proc/acpi/event | grep -q 'button/power PWRF' && poweroff ) &
fi