summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-12-17 21:24:15 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-12-17 21:24:15 +0100
commit2ea13e0b4a518a832e26524374871a12b2df566c (patch)
tree935b84756930f13d341aed1979e43bc499c8da0d
parentd95400564aa67ed02616b97a9e84c40c827e4614 (diff)
downloadstartscripts-2ea13e0b4a518a832e26524374871a12b2df566c.tar.gz
startscripts-2ea13e0b4a518a832e26524374871a12b2df566c.tar.xz
startscripts-2ea13e0b4a518a832e26524374871a12b2df566c.zip
eggdrop: do not restart eggdrops on oidentd restart
-rwxr-xr-xeggdrop/init.d/eggdrop3
1 files changed, 2 insertions, 1 deletions
diff --git a/eggdrop/init.d/eggdrop b/eggdrop/init.d/eggdrop
index 3752b0b..a4d2157 100755
--- a/eggdrop/init.d/eggdrop
+++ b/eggdrop/init.d/eggdrop
@@ -10,7 +10,8 @@ EGGDROP_DAEMON=${EGGDROP_DAEMON:-"/opt/eggdrop/eggdrop"}
EGGDROP_EXTRA_ARGS=""
depend() {
- need net oidentd
+ need net
+ use oidentd
provide eggdrop
}