summaryrefslogtreecommitdiff
path: root/net
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
parentBack out previous change. There are no new/deleted files in the PLIST. (diff)
Oops, specify the path to the arpwatch binary.
Notes
Notes: svn path=/head/; revision=7165
Diffstat (limited to 'net')
-rw-r--r--net/arpwatch-devel/files/arpwatch.sh2
-rw-r--r--net/arpwatch/files/arpwatch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/arpwatch-devel/files/arpwatch.sh b/net/arpwatch-devel/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 100644
--- a/net/arpwatch-devel/files/arpwatch.sh
+++ b/net/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/arpwatch/files/arpwatch.sh b/net/arpwatch/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 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