fd462e175f
dash to underscore so that we are consitent with the foo_bar_flags variable.
13 lines
163 B
Bash
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
|