ccf144d5ea
- tweak Makefile while there ok markus@
12 lines
160 B
Bash
12 lines
160 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: igmpproxy.rc,v 1.1 2011/04/28 09:45:39 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/igmpproxy"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|