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

15 lines
273 B
Bash

#!/bin/ksh
#
# $OpenBSD: tracd.rc,v 1.2 2018/01/11 19:27:12 rpe Exp $
daemon="${TRUEPREFIX}/bin/tracd -d"
daemon_flags="-p 8085 /var/www/trac"
daemon_user="_trac"
. /etc/rc.d/rc.subr
pexp="${MODPY_BIN} ${daemon}${daemon_flags:+ ${daemon_flags}}"
rc_reload=NO
rc_cmd $1