openbsd-ports/net/bird/pkg/bird6.rc
sthen 5aa61b85c7 Add comments about flavour handling to makefile.
Use birdc/birdc6 down for rc_stop.
2013-01-24 10:04:15 +00:00

14 lines
185 B
Bash

#!/bin/sh
#
# $OpenBSD: bird6.rc,v 1.2 2013/01/24 10:04:15 sthen Exp $
daemon="${TRUEPREFIX}/sbin/bird6"
. /etc/rc.d/rc.subr
rc_stop() {
${TRUEPREFIX}/sbin/birdc6 down
}
rc_cmd $1