From 2a25cee78ab1d37e7d2bc40ae675646974d99f56 Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 15 Jul 2015 19:21:26 +0000 Subject: MFC r280849,280915-280916,281015-281016,282097,282408,282415,283542, 284864,285169-285170,285435: ntp 4.2.8p3. Relnotes: yes Approved by: re (?) --- contrib/ntp/scripts/ntp-restart | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 contrib/ntp/scripts/ntp-restart (limited to 'contrib/ntp/scripts/ntp-restart') 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 -- cgit v1.1