diff options
author | Brian Somers <brian@FreeBSD.org> | 1997-07-01 17:02:27 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1997-07-01 17:02:27 +0000 |
commit | dfd0f0b5ab298bff0063734bac1dfedd377bafef (patch) | |
tree | b7f34e46f6f46d3f117d352fdc48f4cf99bb7b35 /net | |
parent | 0eba93259d32deb54e2df9709ef662877680048b (diff) | |
download | ports-dfd0f0b5ab298bff0063734bac1dfedd377bafef.tar.gz ports-dfd0f0b5ab298bff0063734bac1dfedd377bafef.zip |
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.sh | 2 | ||||
-rw-r--r-- | net/arpwatch/files/arpwatch.sh | 2 |
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 |