10 lines
93 B
Bash
10 lines
93 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD$
|
|
|
|
daemon="${TRUEPREFIX}/sbin/fwknopd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|