From 6aa3763e3621c0f0ee9f4064c3542dab2522b132 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 13 Sep 2000 18:25:19 +0000 Subject: [PATCH] added $DNSCMD config varirable --- 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 1746f67..7e6862e 100755 --- a/config/spong.conf.aix +++ b/config/spong.conf.aix @@ -18,5 +18,6 @@ $SENDMAIL = "/usr/sbin/sendmail -t"; $MAILQ = "/usr/sbin/sendmail -bp"; $RPCINFO = "/bin/rcpinfo -u"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; 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 3c212b7..8792e16 100755 --- a/config/spong.conf.bsdi +++ b/config/spong.conf.bsdi @@ -19,5 +19,6 @@ $TRACEROUTE = "/usr/sbin/traceroute"; $SENDMAIL = "/usr/sbin/sendmail -t"; $MAILQ = "/usr/sbin/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; 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 ec59065..36f0d04 100755 --- a/config/spong.conf.freebsd +++ b/config/spong.conf.freebsd @@ -19,5 +19,6 @@ $TRACEROUTE = "/usr/sbin/traceroute"; $SENDMAIL = "/usr/sbin/sendmail -t"; $MAILQ = "/usr/sbin/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; 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 d8b7478..4178b0f 100755 --- a/config/spong.conf.hpux +++ b/config/spong.conf.hpux @@ -19,5 +19,6 @@ $TRACEROUTE = "/usr/contrib/bin/traceroute"; $SENDMAIL = "/usr/lib/sendmail -t"; $MAILQ = "/usr/lib/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; 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 2bf6c1c..236e85b 100755 --- a/config/spong.conf.irix +++ b/config/spong.conf.irix @@ -19,5 +19,6 @@ $TRACEROUTE = "/usr/etc/traceroute"; $SENDMAIL = "/usr/lib/sendmail -t"; $MAILQ = "/usr/lib/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; 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 f851c55..8501317 100755 --- a/config/spong.conf.linux +++ b/config/spong.conf.linux @@ -19,6 +19,7 @@ $TRACEROUTE = "/usr/sbin/traceroute"; $SENDMAIL = "/usr/sbin/sendmail -t"; $MAILQ = "/usr/sbin/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; undef $LSPS; diff --git a/config/spong.conf.osf1 b/config/spong.conf.osf1 index c1d6247..c1aac9d 100755 --- a/config/spong.conf.osf1 +++ b/config/spong.conf.osf1 @@ -19,6 +19,7 @@ $SENDMAIL = "/usr/lib/sendmail -t"; $MAILQ = "/usr/lib/sendmail -bp"; $RPCINFO = "/usr/sbin/rcpinfo -u"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; undef $LSPS; diff --git a/config/spong.conf.solaris b/config/spong.conf.solaris index 7ff0270..166ca75 100755 --- a/config/spong.conf.solaris +++ b/config/spong.conf.solaris @@ -19,6 +19,7 @@ $TRACEROUTE = "/usr/bin/traceroute"; $SENDMAIL = "/usr/lib/sendmail -t"; $MAILQ = "/usr/lib/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; +$DNSCMD = "/usr/bin/nslookup"; undef $LSPS; -- 2.30.2