12 lines
156 B
Bash
12 lines
156 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: siproxd.rc,v 1.2 2012/01/17 17:32:12 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/siproxd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|