Oops, specify the path to the arpwatch binary.
This commit is contained in:
parent
0eba93259d
commit
dfd0f0b5ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7165
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user