summaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/refclocks/check b/usr.sbin/xntpd/refclocks/check
new file mode 100755
index 0000000..d1e8b19
--- /dev/null
+++ b/usr.sbin/xntpd/refclocks/check
@@ -0,0 +1,2 @@
+#!/bin/sh
+`echo "$1" | awk '{ if ( '"$2"' ) { print ":"; } else { print "false"; } exit; }'`;
OpenPOWER on IntegriCloud