Oops, specify the path to the arpwatch binary.

This commit is contained in:
Brian Somers 1997-07-01 17:02:27 +00:00
parent 0eba93259d
commit dfd0f0b5ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7165
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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