--- plamo/01_minimum/network.txz/old/ntp-20160928a/PlamoBuild.ntp-4.2.8p8 2016-09-28 16:36:03.000000000 +0900 +++ plamo/01_minimum/network.txz/ntp/PlamoBuild.ntp-4.2.8p8 2016-10-13 08:06:33.000000000 +0900 @@ -5,7 +5,7 @@ pkgbase=ntp vers=4.2.8p8 arch=`uname -m` -build=P1 +build=P2 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="" @@ -289,7 +289,7 @@ #!/bin/sh start() { - if ps ax | grep -q ntpd ; then + if ps ax | grep ntpd | grep -vq grep ; then echo "NTP daemon already running. NTP start aborted." exit 0 fi