mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5 lines
113 B
Bash
5 lines
113 B
Bash
|
#!/bin/sh
|
||
|
if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
|
||
|
arpwatch && echo -n ' arpwatch'
|
||
|
fi
|