summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-29 18:06:34 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-04-29 18:09:20 +0200
commitddc90f60f70535d0a1f479664cf0058d573a1b53 (patch)
tree1bac1bfecc832e84ef4131bc0772c23783dc52db
parent654aa459549e99f38cc98f9ec32ea732ae77be7b (diff)
downloadstartscripts-ddc90f60f70535d0a1f479664cf0058d573a1b53.tar.gz
startscripts-ddc90f60f70535d0a1f479664cf0058d573a1b53.tar.xz
startscripts-ddc90f60f70535d0a1f479664cf0058d573a1b53.zip
znc/eggdrop: updated opts to extra_commands and extra_started_commands
-rwxr-xr-xeggdrop/init.d/eggdrop2
-rwxr-xr-xznc/init.d/znc3
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"}