openbsd-ports/net/munin/pkg/munin_node.rc
jasper fd462e175f After discussion with robert and ingo, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.
2010-10-28 20:59:05 +00:00

13 lines
163 B
Bash

#!/bin/sh
. /etc/rc.d/rc.subr
daemon="${TRUEPREFIX}/sbin/munin-node"
pexp="perl: ${daemon}"
rc_pre() {
install -d -o _munin /var/run/munin
}
rc_cmd $1