]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/ntp
IMQ Device in den Kernel kompiliert.
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / ntp
index 5cb6782ad7e5a4f3c7caf1eeee598dc8f621044c..825a0e810cdd8d38ed34ac97f6cafb94fae66e57 100644 (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)