case "$1" in
start)
echo "Starting openntpd"
- start-stop-daemon --start --quiet --exec $ntpd
+ start-stop-daemon --start --quiet --exec $ntpd -- -s
;;
stop)
echo "Stopping openntpd"
start-stop-daemon --stop --quiet --exec $ntpd
sleep 1
echo "Starting openntpd"
- start-stop-daemon --start --quiet --exec $ntpd
+ start-stop-daemon --start --quiet --exec $ntpd -- -s
;;
*)
echo "Usage: /etc/init.d/openntpd {start|stop|reload|restart|force-reload}"
SECTION = "console/network"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
DEPENDS = "timezones"
-PR="r3"
+PR="r4"
SRC_URI = "http://www.zip.com.au/~dtucker/openntpd/release/openntpd-${PV}.tar.gz \
file://autofoo.patch;patch=1 \