IMQ Device in den Kernel kompiliert.

QoS Fit fuer die neue Version gemacht.
NTPd Startscript angepasst. (Das andere dauerte einfach zu lange zum starten!)


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@405 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-04 18:03:00 +00:00
parent 7e7495b3db
commit 6f30095176
9 changed files with 44 additions and 68 deletions

View File

@@ -1,17 +1,13 @@
#!/bin/sh
# Begin $rc_base/init.d/ntp
#$LastChangedBy: bdubbs $
#$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $
. /etc/sysconfig/rc
. $rc_functions
case "$1" in
start)
boot_mesg "Starting ntpd..."
ntpd -gqx
loadproc /usr/bin/ntpd
loadproc /usr/bin/ntpd -Ap /var/run/ntpd.pid
;;
stop)