aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-07-01 17:02:27 +0000
committerBrian Somers <brian@FreeBSD.org>1997-07-01 17:02:27 +0000
commitdfd0f0b5ab298bff0063734bac1dfedd377bafef (patch)
treeb7f34e46f6f46d3f117d352fdc48f4cf99bb7b35 /net-mgmt
parent0eba93259d32deb54e2df9709ef662877680048b (diff)
downloadports-dfd0f0b5ab298bff0063734bac1dfedd377bafef.tar.gz
ports-dfd0f0b5ab298bff0063734bac1dfedd377bafef.zip
Notes
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