diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-07-15 16:56:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-07-15 16:56:10 +0000 |
commit | 0175383f0a1f8b78ed514778532f0467a8ccc6dc (patch) | |
tree | 4c98b621f22bb861a40c6493c6ed7517f295f7f3 /net-mgmt/rrdbot | |
parent | e6246d1055202098dd1df8f2a827665d39dddde8 (diff) |
Notes
Diffstat (limited to 'net-mgmt/rrdbot')
-rw-r--r-- | net-mgmt/rrdbot/files/rrdbot.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/rrdbot/files/rrdbot.in b/net-mgmt/rrdbot/files/rrdbot.in index 07e586852360..8562d7d4f25b 100644 --- a/net-mgmt/rrdbot/files/rrdbot.in +++ b/net-mgmt/rrdbot/files/rrdbot.in @@ -26,11 +26,10 @@ load_rc_config $name : ${rrdbot_enable="NO"} : ${rrdbot_pidfile="/var/run/rrdbotd.pid"} -: ${rrdbot_flags=""} pidfile="${rrdbot_pidfile}" command="%%PREFIX%%/sbin/rrdbotd" -command_args="-p ${rrdbot_pidfile} ${rrdbot_flags}" +command_args="-p ${rrdbot_pidfile}" run_rc_command "$1" |