aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/refclocks/check
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/refclocks/check')
-rwxr-xr-xusr.sbin/xntpd/refclocks/check2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/refclocks/check b/usr.sbin/xntpd/refclocks/check
deleted file mode 100755
index d1e8b19cd558..000000000000
--- a/usr.sbin/xntpd/refclocks/check
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-`echo "$1" | awk '{ if ( '"$2"' ) { print ":"; } else { print "false"; } exit; }'`;