From dfd0f0b5ab298bff0063734bac1dfedd377bafef Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Tue, 1 Jul 1997 17:02:27 +0000 Subject: Oops, specify the path to the arpwatch binary. --- net/arpwatch/files/arpwatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/arpwatch/files') 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 -- cgit v1.2.3