From e973afe77f1fd615a36001a303b009a696df10f6 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 1 Jul 1997 17:02:27 +0000 Subject: Oops, specify the path to the arpwatch binary. --- net-mgmt/arpwatch/files/arpwatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/arpwatch') diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh index 2214ebe..ebaf794 100644 --- a/net-mgmt/arpwatch/files/arpwatch.sh +++ b/net-mgmt/arpwatch/files/arpwatch.sh @@ -1,4 +1,4 @@ #!/bin/sh if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - arpwatch && echo -n ' arpwatch' + /usr/local/sbin/arpwatch && echo -n ' arpwatch' fi -- cgit v1.1