openntpd: change binary path in init script as well
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 27 Oct 2011 10:19:43 +0000 (10:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 27 Oct 2011 10:19:43 +0000 (10:19 +0000)
SVN-Revision: 28621

net/openntpd/files/ntpd.init

index 738007c38ca410db192b99a170a725ff1669b2cd..ea5fc3b08a28f40dd398eb9af6176d5e807e8c57 100644 (file)
@@ -10,7 +10,7 @@ boot() {
 start() {
        mkdir -p `awk -F: '/^network:/{print $6}' /etc/passwd`
        mkdir -p /var/db/
-       /usr/sbin/ntpd -s
+       /sbin/ntpd -s
 }
 
 stop() {