Commit ad45d71246cb5cad391a482a179c75072aa67dde
- Diff rendering mode:
- inline
- side by side
targets/dss11/recipes/ntpclient/files/init
(1 / 1)
|   | |||
| 40 | 40 | ||
| 41 | 41 | sleep 1 | |
| 42 | 42 | 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 | ||
| 44 | 44 | echo "." | |
| 45 | 45 | ;; | |
| 46 | 46 | *) |
targets/dss11/recipes/ntpclient/ntpclient_2007_365.bb
(1 / 1)
|   | |||
| 4 | 4 | RDEPENDS_${PN} = "busybox" | |
| 5 | 5 | SECTION = "admin" | |
| 6 | 6 | LICENSE = "GPLv2" | |
| 7 | PR = "r7" | ||
| 7 | PR = "r8" | ||
| 8 | 8 | # The ntpclient package uses version numbers that include an underscore :( | |
| 9 | 9 | PV = "2007_365" | |
| 10 | 10 | # ntpclient unpacks into a directory that doesn't include version info :( |

