From ddc90f60f70535d0a1f479664cf0058d573a1b53 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 29 Apr 2012 18:06:34 +0200 Subject: znc/eggdrop: updated opts to extra_commands and extra_started_commands --- eggdrop/init.d/eggdrop | 2 +- znc/init.d/znc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eggdrop/init.d/eggdrop b/eggdrop/init.d/eggdrop index b33462d..63fda4a 100755 --- a/eggdrop/init.d/eggdrop +++ b/eggdrop/init.d/eggdrop @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ -opts="checkconfig" +extra_commands="checkconfig" EGGDROP_USER=${EGGDROP_USER:-"nobody"} EGGDROP_DAEMON=${EGGDROP_DAEMON:-"/opt/eggdrop/eggdrop"} diff --git a/znc/init.d/znc b/znc/init.d/znc index 3ce3e1a..604409a 100755 --- a/znc/init.d/znc +++ b/znc/init.d/znc @@ -3,7 +3,8 @@ # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ -opts="checkconfig reload" +extra_commands="checkconfig" +extra_started_commands="reload" ZNC_USER=${ZNC_USER:-"nobody"} ZNC_DAEMON=${ZNC_DAEMON:-"/usr/bin/znc"} -- cgit v1.2.3