openbsd-ports/net/gnugk/pkg/gnugk.rc
rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

13 lines
235 B
Bash
Executable File

#!/bin/ksh
#
# $OpenBSD: gnugk.rc,v 1.6 2018/01/11 19:27:05 rpe Exp $
daemon="${TRUEPREFIX}/bin/gnugk"
daemon_flags="-t -c ${SYSCONFDIR}/gatekeeper.ini -u _gnugk -o /var/log/gnugk/gnugk.log"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_cmd $1