wok rev 14734

ntp: fix start script (thanks emgi)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 23:21:36 2013 +0200 (2013-06-13)
parents 568a6dc545ce
children 6532a3905566
files ntp/stuff/ntp
line diff
     1.1 --- a/ntp/stuff/ntp	Thu Jun 13 17:09:29 2013 +0000
     1.2 +++ b/ntp/stuff/ntp	Thu Jun 13 23:21:36 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 ""