]> git.etc.gen.nz Git - spong.git/commitdiff
rpcinfo path correction
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:14:46 +0000 (03:14 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:14:46 +0000 (03:14 +0000)
config/spong.conf.osf1

index c1aac9d2301216a80dc7cb8c2059a3c6bf275a90..3bfbd2dee49e794cd4af063494305da93cf55df9 100755 (executable)
@@ -17,7 +17,7 @@ $PING       = "/sbin/ping -n -c 2 HOST";
 $TRACEROUTE = "/usr/sbin/traceroute";
 $SENDMAIL   = "/usr/lib/sendmail -t";
 $MAILQ      = "/usr/lib/sendmail -bp";
-$RPCINFO    = "/usr/sbin/rcpinfo -u";
+$RPCINFO    = "/usr/sbin/rpcinfo -u";
 $NTPDATE    = "/usr/sbin/ntpdate -q";
 $DNSCMD     = "/usr/bin/nslookup";