daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
13 lines
178 B
Bash
13 lines
178 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: kpasswdd.rc,v 1.4 2018/01/11 19:27:09 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/heimdal/libexec/kpasswdd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_bg=YES
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|