]> git.etc.gen.nz Git - spong.git/commitdiff
added $NTPDATE variable for check_ntp query
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 13 Mar 2000 21:18:32 +0000 (21:18 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 13 Mar 2000 21:18:32 +0000 (21:18 +0000)
config/spong.conf.aix
config/spong.conf.bsdi
config/spong.conf.freebsd
config/spong.conf.hpux
config/spong.conf.irix
config/spong.conf.linux
config/spong.conf.osf1
config/spong.conf.solaris

index 4607d1137da86041c91616053d49057e00124514..1746f6795fd78c166519be6c9eadc64225b7d048 100755 (executable)
@@ -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...
index 3f711372103ce0aa2b6bb09399088402fdf36576..3c212b79fe10d6f1ef511c34f7ae857e9a1316cb 100755 (executable)
@@ -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...
index f41fd887d2854d950f4a00b6755a59030684813a..ec59065ba7c7e28760e16f0dff8b93b8e5849b8f 100755 (executable)
@@ -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...
index 39aebf3c76f8bded0e876fd69557ca27dd84caf8..d8b7478de43fc721d8007c1c459ba77ecd50562b 100755 (executable)
@@ -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...
index 7058ef5f56646aee187eea7ae8e7eaca14ba6fbb..2bf6c1c25e39f57d5453429576de395b0ed7c7c3 100755 (executable)
@@ -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...
index f873b7fc69562c8e021c1f3a12ebb1a817303495..f851c55a2ee9f95f52b79746b93fae8c9416e92e 100755 (executable)
@@ -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;
 
index 4d1625369b02c6446bdbcade6976c7958744c459..c1d62476c47c404f53081044af4ae738c204f1f1 100755 (executable)
@@ -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;
 
index 59814cbdba5b1ad69cf26e8fd899d4558b88630d..7ff0270df34b6d9aad255a825a09c6d48763e5f7 100755 (executable)
@@ -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;