diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
| commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
| tree | ad3f495c08f0cc331b6958d319f699d021175c19 /sysutils/munin-node | |
| parent | 0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff) | |
Diffstat (limited to 'sysutils/munin-node')
| -rw-r--r-- | sysutils/munin-node/files/munin-node.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/munin-node/files/munin-node.in b/sysutils/munin-node/files/munin-node.in deleted file mode 100644 index b770f4a984ee..000000000000 --- a/sysutils/munin-node/files/munin-node.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# - -# PROVIDE: munin-node -# REQUIRE: DAEMON -# BEFORE: cron -# KEYWORD: FreeBSD - -# -# Add the following lines to /etc/rc.conf to enable munin-node: -# munin_node_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable munin-node -# munin_node_config (path): Set to "%%PREFIX%%/etc/munin/munin-node.conf" by default. -# - -. %%RC_SUBR%% - -name="munin_node" -rcvar=`set_rcvar` - -[ -z "$munin_node_enable" ] && munin_node_enable="NO" -[ -z "$munin_node_config" ] && munin_node_config="%%PREFIX%%/etc/munin/munin-node.conf" - -command="%%PREFIX%%/sbin/munin-node" -pidfile=`awk '$1 == "pid_file" { print $2 }' $munin_node_config` - -load_rc_config $name -run_rc_command "$1" |
