diff options
Diffstat (limited to 'contrib/ntp/scripts/ntp-restart')
-rwxr-xr-x | contrib/ntp/scripts/ntp-restart | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/ntp/scripts/ntp-restart b/contrib/ntp/scripts/ntp-restart deleted file mode 100755 index 0a1d58a..0000000 --- a/contrib/ntp/scripts/ntp-restart +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# This script can be used to kill and restart the NTP daemon. Edit the -# /usr/local/bin/ntpd line to fit. -# -kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/` -sleep 10 -/usr/local/bin/ntpd -g -/usr/local/bin/ntp-wait -exit 0 |