diff options
Diffstat (limited to 'net-mgmt/nagircbot/files/nagircbot.in')
-rw-r--r-- | net-mgmt/nagircbot/files/nagircbot.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagircbot/files/nagircbot.in b/net-mgmt/nagircbot/files/nagircbot.in index 940d69b0e383..0590d93d34b7 100644 --- a/net-mgmt/nagircbot/files/nagircbot.in +++ b/net-mgmt/nagircbot/files/nagircbot.in @@ -9,6 +9,7 @@ # Add the following lines to /etc/rc.conf to enable nagircbot: # # nagircbot_enable="YES" +# nagircbot_flags="<set as needed>" # # You must configure at least some flags to make it connect to a server. See -h. # @@ -25,7 +26,6 @@ command_args="-P $pidfile -z nagios" # set defaults nagircbot_enable=${nagircbot_enable:-"NO"} -nagircbot_flags=${nagircbot_flags:-""} load_rc_config ${name} run_rc_command "$1" |