diff options
author | brian <brian@FreeBSD.org> | 1997-07-01 17:02:27 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-07-01 17:02:27 +0000 |
commit | e973afe77f1fd615a36001a303b009a696df10f6 (patch) | |
tree | 0c87d8676b8e8ce04d74f61b13d74b196e833cce /net/arpwatch-devel | |
parent | 78faa965c1bf387e6a1b5f72ccd865dd5bc2333e (diff) | |
download | FreeBSD-ports-e973afe77f1fd615a36001a303b009a696df10f6.zip FreeBSD-ports-e973afe77f1fd615a36001a303b009a696df10f6.tar.gz |
Oops, specify the path to the arpwatch binary.
Diffstat (limited to 'net/arpwatch-devel')
-rw-r--r-- | net/arpwatch-devel/files/arpwatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arpwatch-devel/files/arpwatch.sh b/net/arpwatch-devel/files/arpwatch.sh index 2214ebe..ebaf794 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 |