aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-07-02 01:02:27 +0800
committerbrian <brian@FreeBSD.org>1997-07-02 01:02:27 +0800
commite973afe77f1fd615a36001a303b009a696df10f6 (patch)
tree0c87d8676b8e8ce04d74f61b13d74b196e833cce /net-mgmt
parent78faa965c1bf387e6a1b5f72ccd865dd5bc2333e (diff)
downloadfreebsd-ports-gnome-e973afe77f1fd615a36001a303b009a696df10f6.tar.gz
freebsd-ports-gnome-e973afe77f1fd615a36001a303b009a696df10f6.tar.zst
freebsd-ports-gnome-e973afe77f1fd615a36001a303b009a696df10f6.zip
Oops, specify the path to the arpwatch binary.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch-devel/files/arpwatch.sh2
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/arpwatch-devel/files/arpwatch.sh b/net-mgmt/arpwatch-devel/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 100644
--- a/net-mgmt/arpwatch-devel/files/arpwatch.sh
+++ b/net-mgmt/arpwatch-devel/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
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 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