From ec26502ce82bcc7bb9100336de706d45938907ae Mon Sep 17 00:00:00 2001
From: Stephen L Johnson <sjohnson@monsters.org>
Date: Mon, 13 Mar 2000 21:18:32 +0000
Subject: [PATCH] added $NTPDATE variable for check_ntp query

---
 config/spong.conf.aix     | 1 +
 config/spong.conf.bsdi    | 1 +
 config/spong.conf.freebsd | 1 +
 config/spong.conf.hpux    | 1 +
 config/spong.conf.irix    | 1 +
 config/spong.conf.linux   | 1 +
 config/spong.conf.osf1    | 1 +
 config/spong.conf.solaris | 1 +
 8 files changed, 8 insertions(+)

diff --git a/config/spong.conf.aix b/config/spong.conf.aix
index 4607d11..1746f67 100755
--- a/config/spong.conf.aix
+++ b/config/spong.conf.aix
@@ -17,5 +17,6 @@ $TRACEROUTE = "/usr/bin/traceroute";
 $SENDMAIL   = "/usr/sbin/sendmail -t";
 $MAILQ      = "/usr/sbin/sendmail -bp";
 $RPCINFO    = "/bin/rcpinfo -u";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 1;  # I'm a file that gets included in perl code - leave this 1 here...
diff --git a/config/spong.conf.bsdi b/config/spong.conf.bsdi
index 3f71137..3c212b7 100755
--- a/config/spong.conf.bsdi
+++ b/config/spong.conf.bsdi
@@ -18,5 +18,6 @@ $PING       = "/sbin/ping -c 2 HOST";
 $TRACEROUTE = "/usr/sbin/traceroute";
 $SENDMAIL   = "/usr/sbin/sendmail -t";
 $MAILQ      = "/usr/sbin/sendmail -bp";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 1;  # I'm a file that gets included in perl code - leave this 1 here...
diff --git a/config/spong.conf.freebsd b/config/spong.conf.freebsd
index f41fd88..ec59065 100755
--- a/config/spong.conf.freebsd
+++ b/config/spong.conf.freebsd
@@ -18,5 +18,6 @@ $PING       = "/sbin/ping -c 2 HOST";
 $TRACEROUTE = "/usr/sbin/traceroute";
 $SENDMAIL   = "/usr/sbin/sendmail -t";
 $MAILQ      = "/usr/sbin/sendmail -bp";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 1;  # I'm a file that gets included in perl code - leave this 1 here...
diff --git a/config/spong.conf.hpux b/config/spong.conf.hpux
index 39aebf3..d8b7478 100755
--- a/config/spong.conf.hpux
+++ b/config/spong.conf.hpux
@@ -18,5 +18,6 @@ $PING       = "/etc/ping HOST -n 2";
 $TRACEROUTE = "/usr/contrib/bin/traceroute";
 $SENDMAIL   = "/usr/lib/sendmail -t";
 $MAILQ      = "/usr/lib/sendmail -bp";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 1;  # I'm a file that gets included in perl code - leave this 1 here...
diff --git a/config/spong.conf.irix b/config/spong.conf.irix
index 7058ef5..2bf6c1c 100755
--- a/config/spong.conf.irix
+++ b/config/spong.conf.irix
@@ -18,5 +18,6 @@ $PING       = "/usr/etc/ping -c 2 HOST";
 $TRACEROUTE = "/usr/etc/traceroute";
 $SENDMAIL   = "/usr/lib/sendmail -t";
 $MAILQ      = "/usr/lib/sendmail -bp";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 1;  # I'm a file that gets included in perl code - leave this 1 here...
diff --git a/config/spong.conf.linux b/config/spong.conf.linux
index f873b7f..f851c55 100755
--- a/config/spong.conf.linux
+++ b/config/spong.conf.linux
@@ -18,6 +18,7 @@ $PING       = "/bin/ping -c 2 HOST";
 $TRACEROUTE = "/usr/sbin/traceroute";
 $SENDMAIL   = "/usr/sbin/sendmail -t";
 $MAILQ      = "/usr/sbin/sendmail -bp";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 undef $LSPS;
 
diff --git a/config/spong.conf.osf1 b/config/spong.conf.osf1
index 4d16253..c1d6247 100755
--- a/config/spong.conf.osf1
+++ b/config/spong.conf.osf1
@@ -18,6 +18,7 @@ $TRACEROUTE = "/usr/sbin/traceroute";
 $SENDMAIL   = "/usr/lib/sendmail -t";
 $MAILQ      = "/usr/lib/sendmail -bp";
 $RPCINFO    = "/usr/sbin/rcpinfo -u";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 undef $LSPS;
 
diff --git a/config/spong.conf.solaris b/config/spong.conf.solaris
index 59814cb..7ff0270 100755
--- a/config/spong.conf.solaris
+++ b/config/spong.conf.solaris
@@ -18,6 +18,7 @@ $PING       = "/usr/sbin/ping -n HOST 1024 2";
 $TRACEROUTE = "/usr/bin/traceroute";
 $SENDMAIL   = "/usr/lib/sendmail -t";
 $MAILQ      = "/usr/lib/sendmail -bp";
+$NTPDATE    = "/usr/sbin/ntpdate -q";
 
 undef $LSPS;
 
-- 
2.30.2