326207559b
- updates ethercodes.dat to a newer version I've generated - install the sh/awk scripts to convert IEEE's oui.txt to ethercodes.dat ok jakob@ (maintainer), rc script parts ok ajacoutot@
12 lines
158 B
Bash
12 lines
158 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: arpwatch.rc,v 1.1 2011/03/14 20:42:11 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/arpwatch"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|