openbsd-ports/net/quagga/pkg/quagga_ospf6d.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

10 lines
149 B
Bash

#!/bin/ksh
#
# $OpenBSD: quagga_ospf6d.rc,v 1.2 2018/01/11 19:27:07 rpe Exp $
daemon="${TRUEPREFIX}/sbin/ospf6d -d"
. /etc/rc.d/rc.subr
rc_cmd $1