HomeSort by: relevance | last modified time | path
    Searched refs:NTPD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/scripts/rc/
ntpd 3 NTPD=/usr/sbin/ntpd
4 PIDFILE=/var/run/ntpd.pid
11 echo "ntpd seems to be already running under pid `cat $PIDFILE`."
17 $NTPD $NTPD_OPTS
19 # You can't always rely on the ntpd exit code, see Bug #2420
29 if ps -Ao args|grep -q "^$NTPD $NTPD_OPTS"; then
41 echo "ntpd doesn't seem to be running, cannot read the pid file."
61 echo " FAILED! ntpd is still running";
  /src/external/bsd/ntp/dist/
configure 1769 --enable-debugging + include ntpd debugging code
1857 --enable-simulator - build/install the NTPD simulator?
30359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if ntpd will retry permanent DNS failures" >&5
30360 printf %s "checking if ntpd will retry permanent DNS failures... " >&6; }
33209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we want to build the NTPD simulator" >&5
33210 printf %s "checking if we want to build the NTPD simulator... " >&6; }
35052 ac_config_files="$ac_config_files ntpd/Makefile"
35054 ac_config_files="$ac_config_files ntpd/complete.conf"
35110 ac_config_files="$ac_config_files tests/ntpd/Makefile"
36241 "ntpd/Makefile") CONFIG_FILES="$CONFIG_FILES ntpd/Makefile" ;
    [all...]

Completed in 32 milliseconds