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-mgmt/arpwatch-devel | |
parent | 0eba93259d32deb54e2df9709ef662877680048b (diff) | |
download | ports-dfd0f0b5ab298bff0063734bac1dfedd377bafef.tar.gz ports-dfd0f0b5ab298bff0063734bac1dfedd377bafef.zip |
Notes
Diffstat (limited to 'net-mgmt/arpwatch-devel')
-rw-r--r-- | net-mgmt/arpwatch-devel/files/arpwatch.sh | 2 |
1 files changed, 1 insertions, 1 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 |