daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
16 lines
197 B
Bash
16 lines
197 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: smsd.rc,v 1.3 2018/01/11 19:27:01 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/smsd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_pre() {
|
|
install -d -o _smsd /var/run/smsd
|
|
}
|
|
|
|
rc_cmd $1
|