summaryrefslogtreecommitdiffstats
path: root/net/arpwatch
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-07-01 17:02:27 +0000
committerbrian <brian@FreeBSD.org>1997-07-01 17:02:27 +0000
commite973afe77f1fd615a36001a303b009a696df10f6 (patch)
tree0c87d8676b8e8ce04d74f61b13d74b196e833cce /net/arpwatch
parent78faa965c1bf387e6a1b5f72ccd865dd5bc2333e (diff)
downloadFreeBSD-ports-e973afe77f1fd615a36001a303b009a696df10f6.zip
FreeBSD-ports-e973afe77f1fd615a36001a303b009a696df10f6.tar.gz
Oops, specify the path to the arpwatch binary.
Diffstat (limited to 'net/arpwatch')
-rw-r--r--net/arpwatch/files/arpwatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arpwatch/files/arpwatch.sh b/net/arpwatch/files/arpwatch.sh
index 2214ebe..ebaf794 100644
--- a/net/arpwatch/files/arpwatch.sh
+++ b/net/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
OpenPOWER on IntegriCloud