Commit ad45d71246cb5cad391a482a179c75072aa67dde

  • avatar
  • Sergey 'Jin' Bostandzhyan <jin @deve…per.digitalstrom.org>
  • Fri Sep 03 02:46:30 CEST 2010
ntp init script was not setting time on reload
targets/dss11/recipes/ntpclient/files/init
(1 / 1)
  
4040
4141 sleep 1
4242 echo -n "Starting NTP Client"
43 start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/ntpclient.pid --exec $NTPCLIENT -- -l -i $NTPINTERVAL -h $NTPSERVER
43 start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/ntpclient.pid --exec $NTPCLIENT -- -s -l -i $NTPINTERVAL -h $NTPSERVER
4444 echo "."
4545 ;;
4646 *)
targets/dss11/recipes/ntpclient/ntpclient_2007_365.bb
(1 / 1)
  
44RDEPENDS_${PN} = "busybox"
55SECTION = "admin"
66LICENSE = "GPLv2"
7PR = "r7"
7PR = "r8"
88# The ntpclient package uses version numbers that include an underscore :(
99PV = "2007_365"
1010# ntpclient unpacks into a directory that doesn't include version info :(