[backfire/packages] ntpd: merge r28572
[openwrt/svn-archive/archive.git] / net / ntpd / files / ntpd.init
index d287226cc0d08331f556446d381ced33d514dbcb..d8dd4f55d812f6f399ffee2d887a2684d3a453dc 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh /etc/rc.common
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
 
 START=65
 
@@ -9,7 +9,7 @@ start() {
 #      ln -sf /dev/ttyS0 /dev/gps0
 #      /usr/sbin/setgarmin -d /dev/gps -c /etc/setgarmin.conf
        stop
-       /usr/sbin/ntpd -g -p $PIDFILE
+       /sbin/ntpd -g -p $PIDFILE
 }
 
 stop() {