mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1f4132c7d8
Suggested by: neil.long@materials.oxford.ac.uk (Neil J Long) Add etc/rc.d/arpwatch.sh Don't mention arp.dat as an "installed" file - we may want this after pkg_delete.
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
|