wok-stable rev 12394
ntp: fix start script (thanks emgi)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 23:20:43 2013 +0200 (2013-06-13) |
parents | fce93d257f89 |
children | 1fdee4c495df |
files | ntp/stuff/ntp |
line diff
1.1 --- a/ntp/stuff/ntp Sun Jun 09 17:02:14 2013 +0200 1.2 +++ b/ntp/stuff/ntp Thu Jun 13 23:20:43 2013 +0200 1.3 @@ -25,6 +25,7 @@ 1.4 echo -n "Starting $DESC: $NAME... " 1.5 $DAEMON $OPTIONS 1.6 status 1.7 + pgrep $DAEMON > $PIDFILE # it seems that -p doesn't work ? 1.8 ;; 1.9 stop) 1.10 if ! active_pidfile $PIDFILE ntpd ; then 1.11 @@ -45,6 +46,7 @@ 1.12 kill `cat $PIDFILE` 1.13 $DAEMON $OPTIONS 1.14 status 1.15 + pgrep $DAEMON > $PIDFILE # it seems that -p doesn't work ? 1.16 ;; 1.17 *) 1.18 echo ""