diff options
-rw-r--r-- | net-im/jabberd/files/jabber.rc6-r6 | 48 | ||||
-rw-r--r-- | net-irc/asuka/files/asuka.init.d | 6 | ||||
-rw-r--r-- | net-irc/dancer-ircd/files/dancer-ircd | 10 | ||||
-rw-r--r-- | net-irc/ircd-hybrid/files/conf.d_ircd | 5 | ||||
-rw-r--r-- | net-mail/clamav/files/clamd.rc | 9 | ||||
-rw-r--r-- | net-mail/courier/files/courier | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-authdaemond | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-esmtpd | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-esmtpd-msa | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-esmtpd-ssl | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-filterd | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-imapd | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-imapd-ssl | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-ldapaliasd | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-mta | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-pop3d | 6 | ||||
-rw-r--r-- | net-mail/courier/files/courier-pop3d-ssl | 6 |
17 files changed, 74 insertions, 76 deletions
diff --git a/net-im/jabberd/files/jabber.rc6-r6 b/net-im/jabberd/files/jabber.rc6-r6 index 5f1a597accce..18657a52b09a 100644 --- a/net-im/jabberd/files/jabber.rc6-r6 +++ b/net-im/jabberd/files/jabber.rc6-r6 @@ -1,45 +1,45 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/files/jabber.rc6-r6,v 1.1 2004/03/01 12:06:36 humpback Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/files/jabber.rc6-r6,v 1.2 2004/03/06 03:10:25 vapier Exp $ + depend() { - need net + need net } start() { - ebegin "Starting Jabber Server" + ebegin "Starting Jabber Server" - jabberd -B -c /etc/jabber/multiple.xml >/dev/null 2>&1 + jabberd -B -c /etc/jabber/multiple.xml >/dev/null 2>&1 for addon in /etc/jabber/*.xml; do if [ "$addon" == "/etc/jabber/jit.xml" ]; then jit-wpjabber -d -c $addon >/dev/null 2>&1 else - if [ "$addon" != "/etc/jabber/multiple.xml" ]; then - jabberd -B -c $addon >/dev/null 2>&1 - fi + if [ "$addon" != "/etc/jabber/multiple.xml" ]; then + jabberd -B -c $addon >/dev/null 2>&1 + fi fi done - - eend $? + eend $? } stop() { - ebegin "Stopping Jabber Server" + ebegin "Stopping Jabber Server" - killall jabberd - sleep 2 - if (( `ps -e | grep jabberd | wc -l`>0 )); then - killall -9 jabberd - fi + killall jabberd + sleep 2 + if (( `ps -e | grep jabberd | wc -l`>0 )); then + killall -9 jabberd + fi - if [ -e /etc/jabber/jit.xml ]; then - killall jit-wpjabber - sleep 2 - if (( `ps -e | grep jit-wpjabber | wc -l`>0 )); then - killall -9 jit-wpjabber - fi + if [ -e /etc/jabber/jit.xml ]; then + killall jit-wpjabber + sleep 2 + if (( `ps -e | grep jit-wpjabber | wc -l`>0 )); then + killall -9 jit-wpjabber fi + fi - eend $? + eend $? } diff --git a/net-irc/asuka/files/asuka.init.d b/net-irc/asuka/files/asuka.init.d index 4e9437e04d99..e172eb1d9219 100644 --- a/net-irc/asuka/files/asuka.init.d +++ b/net-irc/asuka/files/asuka.init.d @@ -1,9 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/files/asuka.init.d,v 1.2 2004/01/02 13:52:35 zul Exp $ - -opts="depend start stop" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/files/asuka.init.d,v 1.3 2004/03/06 03:11:35 vapier Exp $ depend() { need net diff --git a/net-irc/dancer-ircd/files/dancer-ircd b/net-irc/dancer-ircd/files/dancer-ircd index c1cbecfc1c28..ceed6d151c50 100644 --- a/net-irc/dancer-ircd/files/dancer-ircd +++ b/net-irc/dancer-ircd/files/dancer-ircd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/files/dancer-ircd,v 1.2 2004/01/03 04:05:52 zul Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/files/dancer-ircd,v 1.3 2004/03/06 03:11:35 vapier Exp $ depend() { need net @@ -10,13 +10,11 @@ depend() { start() { ebegin "Starting dancer-ircd" start-stop-daemon --start --quiet --exec /usr/bin/dancer-ircd - result=$? - eend $result + eend $? } stop() { ebegin "Stopping dancer-ircd" start-stop-daemon --stop --quiet --pidfile /var/run/dancer-ircd.pid - result=$? - eend $result + eend $? } diff --git a/net-irc/ircd-hybrid/files/conf.d_ircd b/net-irc/ircd-hybrid/files/conf.d_ircd index 7d7b9a44c336..8be58f8f03fc 100644 --- a/net-irc/ircd-hybrid/files/conf.d_ircd +++ b/net-irc/ircd-hybrid/files/conf.d_ircd @@ -1,5 +1,6 @@ -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/files/conf.d_ircd,v 1.1 2003/12/17 02:37:45 zul Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircd-hybrid/files/conf.d_ircd,v 1.2 2004/03/06 03:11:35 vapier Exp $ # Config file for /etc/init.d/ircd diff --git a/net-mail/clamav/files/clamd.rc b/net-mail/clamav/files/clamd.rc index a4f54a11ec1b..14083945a8ca 100644 --- a/net-mail/clamav/files/clamd.rc +++ b/net-mail/clamav/files/clamd.rc @@ -1,6 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/clamav/files/clamd.rc,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net @@ -9,8 +10,8 @@ depend() { start() { if [ "${START_CLAMD}" = "yes" ]; then if [ -f "/tmp/clamd" ]; then - rm -f /tmp/clamd - fi + rm -f /tmp/clamd + fi if [ -n "${CLAMD_LOG}" -a ! -f "${CLAMD_LOG}" ]; then touch "${CLAMD_LOG}" chown clamav:clamav "${CLAMD_LOG}" diff --git a/net-mail/courier/files/courier b/net-mail/courier/files/courier index 95dc10bdc4d3..fe31e46d95b0 100644 --- a/net-mail/courier/files/courier +++ b/net-mail/courier/files/courier @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier,v 1.5 2004/03/06 03:15:17 vapier Exp $ DAEMONLIST="courier-authdaemond courier-filterd courier-mta courier-esmtpd courier-esmtpd-ssl courier-imapd courier-imapd-ssl courier-pop3d courier-pop3d-ssl" diff --git a/net-mail/courier/files/courier-authdaemond b/net-mail/courier/files/courier-authdaemond index daef3641acde..4c06c8effd0a 100644 --- a/net-mail/courier/files/courier-authdaemond +++ b/net-mail/courier/files/courier-authdaemond @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-authdaemond +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-authdaemond,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net diff --git a/net-mail/courier/files/courier-esmtpd b/net-mail/courier/files/courier-esmtpd index eeb0593ab5b2..79a9ffbf7908 100644 --- a/net-mail/courier/files/courier-esmtpd +++ b/net-mail/courier/files/courier-esmtpd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-esmtpd +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-esmtpd,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-esmtpd-msa b/net-mail/courier/files/courier-esmtpd-msa index ba1846743e52..80fbfc58b416 100644 --- a/net-mail/courier/files/courier-esmtpd-msa +++ b/net-mail/courier/files/courier-esmtpd-msa @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-esmtpd-msa +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-esmtpd-msa,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-esmtpd-ssl b/net-mail/courier/files/courier-esmtpd-ssl index d362b3e322c3..51019731cfe9 100644 --- a/net-mail/courier/files/courier-esmtpd-ssl +++ b/net-mail/courier/files/courier-esmtpd-ssl @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-esmtpd-ssl +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-esmtpd-ssl,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-filterd b/net-mail/courier/files/courier-filterd index 706b5d683675..b4755e51aacb 100644 --- a/net-mail/courier/files/courier-filterd +++ b/net-mail/courier/files/courier-filterd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-filterd +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-filterd,v 1.3 2004/03/06 03:15:17 vapier Exp $ depend() { need net diff --git a/net-mail/courier/files/courier-imapd b/net-mail/courier/files/courier-imapd index 2175422858d7..b831ddea8827 100644 --- a/net-mail/courier/files/courier-imapd +++ b/net-mail/courier/files/courier-imapd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-imapd +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-imapd,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-imapd-ssl b/net-mail/courier/files/courier-imapd-ssl index b2f0e15ac79b..e3658267fcf2 100644 --- a/net-mail/courier/files/courier-imapd-ssl +++ b/net-mail/courier/files/courier-imapd-ssl @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-imapd-ssl +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-imapd-ssl,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-ldapaliasd b/net-mail/courier/files/courier-ldapaliasd index a90c4f3a77c9..cec8cae78084 100644 --- a/net-mail/courier/files/courier-ldapaliasd +++ b/net-mail/courier/files/courier-ldapaliasd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-ldapaliasd +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-ldapaliasd,v 1.3 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-mta b/net-mail/courier/files/courier-mta index 824424ea3c52..ee40567c0527 100644 --- a/net-mail/courier/files/courier-mta +++ b/net-mail/courier/files/courier-mta @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-mta +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-mta,v 1.5 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond courier-filterd diff --git a/net-mail/courier/files/courier-pop3d b/net-mail/courier/files/courier-pop3d index 5b146f59c1a5..9525839def7f 100644 --- a/net-mail/courier/files/courier-pop3d +++ b/net-mail/courier/files/courier-pop3d @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-pop3d +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-pop3d,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond diff --git a/net-mail/courier/files/courier-pop3d-ssl b/net-mail/courier/files/courier-pop3d-ssl index 9e9e4e468749..970f17637084 100644 --- a/net-mail/courier/files/courier-pop3d-ssl +++ b/net-mail/courier/files/courier-pop3d-ssl @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-mail/courier/files/courier-pop3d-ssl +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/files/courier-pop3d-ssl,v 1.4 2004/03/06 03:15:17 vapier Exp $ depend() { need net courier-authdaemond |