summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-www/dansguardian/files/dansguardian.init8
-rw-r--r--net-www/jboss/files/3.2.1/init.d/jboss8
-rw-r--r--net-www/jboss/files/3.2.3/init.d/jboss11
-rw-r--r--net-www/jboss/files/init.d/jboss7
-rw-r--r--net-www/junkbuster/files/junkbuster.rc66
-rw-r--r--net-www/mini_httpd/files/mini_httpd.conf.sample-1.196
-rw-r--r--net-www/mini_httpd/files/mini_httpd.confd6
-rw-r--r--net-www/mini_httpd/files/mini_httpd.confd-1.196
-rw-r--r--net-www/mini_httpd/files/mini_httpd.init6
-rw-r--r--net-www/mozilla-firefox-bin/files/firefox11
-rw-r--r--net-www/mozilla-firefox/files/firefox4
-rw-r--r--net-www/orion/files/2.0.1/orion.init10
-rw-r--r--net-www/orion/files/2.0/orion.init10
-rw-r--r--net-www/pound/files/pound.init6
-rw-r--r--net-www/privoxy/files/privoxy.rc65
-rw-r--r--net-www/resin-ee/files/2.1.9/resin.init10
-rw-r--r--net-www/resin/files/2.1.9/resin.init10
-rw-r--r--net-www/squid/files/squid.confd6
-rw-r--r--net-www/squid/files/squid.cron2
-rw-r--r--net-www/squid/files/squid.rc66
-rw-r--r--net-www/tinyproxy/files/tinyproxy.rc5
-rw-r--r--net-www/tomcat/files/4.1.24/tomcat.init10
-rw-r--r--net-www/tomcat/files/4.1.29/tomcat.init10
-rw-r--r--net-www/tomcat/files/5.0.18/tomcat.init10
-rw-r--r--net-www/wwwoffle/files/wwwoffled7
-rw-r--r--net-www/wwwoffle/files/wwwoffled-online23
-rw-r--r--net-zope/zope/files/2.6.1/zope.initd7
27 files changed, 104 insertions, 112 deletions
diff --git a/net-www/dansguardian/files/dansguardian.init b/net-www/dansguardian/files/dansguardian.init
index d0e3bb25c4cf..bafa56601e45 100644
--- a/net-www/dansguardian/files/dansguardian.init
+++ b/net-www/dansguardian/files/dansguardian.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header:
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/dansguardian/files/dansguardian.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -10,7 +10,7 @@ depend() {
start() {
ebegin "Starting DansGuardian"
start-stop-daemon --start --quiet --pidfile /var/run/dansguardian.pid \
- --exec /usr/sbin/dansguardian
+ --exec /usr/sbin/dansguardian
eend $?
}
diff --git a/net-www/jboss/files/3.2.1/init.d/jboss b/net-www/jboss/files/3.2.1/init.d/jboss
index 9422c531b0c0..f310540d118b 100644
--- a/net-www/jboss/files/3.2.1/init.d/jboss
+++ b/net-www/jboss/files/3.2.1/init.d/jboss
@@ -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-www/jboss/files/3.2.1/init.d/jboss,v 1.4 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -25,7 +26,7 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping JBoss"
if [ -z "$SUBIT" ]; then
$CMD_STOP
@@ -34,4 +35,3 @@ stop () {
fi
eend $?
}
-
diff --git a/net-www/jboss/files/3.2.3/init.d/jboss b/net-www/jboss/files/3.2.3/init.d/jboss
index a81a77351a3c..bf15c3c072d5 100644
--- a/net-www/jboss/files/3.2.3/init.d/jboss
+++ b/net-www/jboss/files/3.2.3/init.d/jboss
@@ -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-www/jboss/files/3.2.3/init.d/jboss,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -25,7 +26,7 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping JBoss"
if [ -z "$SUBIT" ]; then
${CMD_STOP}
@@ -34,7 +35,3 @@ stop () {
fi
eend $?
}
-
-# Local Variables: ***
-# mode: shell-script ***
-# End: ***
diff --git a/net-www/jboss/files/init.d/jboss b/net-www/jboss/files/init.d/jboss
index 93fbf3aa2d02..76dca2e9a241 100644
--- a/net-www/jboss/files/init.d/jboss
+++ b/net-www/jboss/files/init.d/jboss
@@ -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-www/jboss/files/init.d/jboss,v 1.3 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -17,7 +18,7 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping JBoss"
if [ -z "$SUBIT" ]; then
$CMD_STOP
diff --git a/net-www/junkbuster/files/junkbuster.rc6 b/net-www/junkbuster/files/junkbuster.rc6
index 72852f26c7c0..0b69883f0bc4 100644
--- a/net-www/junkbuster/files/junkbuster.rc6
+++ b/net-www/junkbuster/files/junkbuster.rc6
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/junkbuster/files/junkbuster.rc6,v 1.3 2003/02/14 23:10:20 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/junkbuster/files/junkbuster.rc6,v 1.4 2004/03/06 03:59:34 vapier Exp $
start() {
ebegin "Starting junkbuster"
diff --git a/net-www/mini_httpd/files/mini_httpd.conf.sample-1.19 b/net-www/mini_httpd/files/mini_httpd.conf.sample-1.19
index a16d100824eb..f0ed82b3d15a 100644
--- a/net-www/mini_httpd/files/mini_httpd.conf.sample-1.19
+++ b/net-www/mini_httpd/files/mini_httpd.conf.sample-1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.conf.sample-1.19,v 1.1 2003/12/29 13:33:56 mholzer Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.conf.sample-1.19,v 1.2 2004/03/06 03:59:34 vapier Exp $
## Config file for /etc/init.d/mini_httpd
diff --git a/net-www/mini_httpd/files/mini_httpd.confd b/net-www/mini_httpd/files/mini_httpd.confd
index 5ddd9426b822..705b2074dada 100644
--- a/net-www/mini_httpd/files/mini_httpd.confd
+++ b/net-www/mini_httpd/files/mini_httpd.confd
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.confd,v 1.2 2003/10/04 13:16:29 stuart Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.confd,v 1.3 2004/03/06 03:59:34 vapier Exp $
## Config file for /etc/init.d/mini_httpd
diff --git a/net-www/mini_httpd/files/mini_httpd.confd-1.19 b/net-www/mini_httpd/files/mini_httpd.confd-1.19
index f70de567b927..089a74c87f67 100644
--- a/net-www/mini_httpd/files/mini_httpd.confd-1.19
+++ b/net-www/mini_httpd/files/mini_httpd.confd-1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.confd-1.19,v 1.1 2003/12/29 13:33:56 mholzer Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.confd-1.19,v 1.2 2004/03/06 03:59:34 vapier Exp $
## Config file for /etc/init.d/mini_httpd
diff --git a/net-www/mini_httpd/files/mini_httpd.init b/net-www/mini_httpd/files/mini_httpd.init
index d6a3c35623aa..6cb39f346fd7 100644
--- a/net-www/mini_httpd/files/mini_httpd.init
+++ b/net-www/mini_httpd/files/mini_httpd.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.init,v 1.1 2003/03/04 06:51:41 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mini_httpd/files/mini_httpd.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
diff --git a/net-www/mozilla-firefox-bin/files/firefox b/net-www/mozilla-firefox-bin/files/firefox
index 0e7a27db8bd1..0245b93c942c 100644
--- a/net-www/mozilla-firefox-bin/files/firefox
+++ b/net-www/mozilla-firefox-bin/files/firefox
@@ -1,12 +1,7 @@
#!/bin/sh
-
-# 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-www/mozilla-firefox-bin/files/firefox,v 1.1 2004/02/12 08:24:49 brad Exp $
-
-# This is the Gentoo Phoenix startup script
-# Additions, suggestions?
-# contact phoen][x <phoenix@gentoo.org>
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/files/firefox,v 1.2 2004/03/06 04:03:00 vapier Exp $
export MOZILLA_FIVE_HOME="/opt/firefox"
FIREBIRD_PATH="/opt/firefox"
diff --git a/net-www/mozilla-firefox/files/firefox b/net-www/mozilla-firefox/files/firefox
index 36604aad58e5..8df5c22e76a4 100644
--- a/net-www/mozilla-firefox/files/firefox
+++ b/net-www/mozilla-firefox/files/firefox
@@ -1,8 +1,8 @@
#!/bin/bash
#
# 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-www/mozilla-firefox/files/firefox,v 1.6 2004/02/26 15:08:16 agriffis Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.7 2004/03/06 04:03:00 vapier Exp $
# Set MOZILLA_NEWTYPE to "window" in your environment if you prefer
# new Firefox windows instead of new tabs
diff --git a/net-www/orion/files/2.0.1/orion.init b/net-www/orion/files/2.0.1/orion.init
index a000e427e63d..d9d425c1974b 100644
--- a/net-www/orion/files/2.0.1/orion.init
+++ b/net-www/orion/files/2.0.1/orion.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/orion.init,v 1.1 2003/05/01 17:50:29 absinthe Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/orion.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -14,14 +14,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping orion"
su - orion -c /opt/orion/sbin/stop_orion.sh
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting orion"
su - orion -c /opt/orion/sbin/stop_orion.sh
sleep 5
diff --git a/net-www/orion/files/2.0/orion.init b/net-www/orion/files/2.0/orion.init
index 7cfa7889dccc..daf32dc0b34a 100644
--- a/net-www/orion/files/2.0/orion.init
+++ b/net-www/orion/files/2.0/orion.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/orion.init,v 1.2 2003/03/22 04:07:30 absinthe Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/orion.init,v 1.3 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -14,14 +14,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping orion"
su - orion -c /opt/orion/sbin/stop_orion.sh
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting orion"
su - orion -c /opt/orion/sbin/stop_orion.sh
sleep 5
diff --git a/net-www/pound/files/pound.init b/net-www/pound/files/pound.init
index 6c45e59d57a2..30588f94aeac 100644
--- a/net-www/pound/files/pound.init
+++ b/net-www/pound/files/pound.init
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/pound/files/pound.init,v 1.1 2003/08/01 22:59:20 tantive Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/pound/files/pound.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
diff --git a/net-www/privoxy/files/privoxy.rc6 b/net-www/privoxy/files/privoxy.rc6
index e4dd5a18d6b9..451c20bee995 100644
--- a/net-www/privoxy/files/privoxy.rc6
+++ b/net-www/privoxy/files/privoxy.rc6
@@ -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-www/privoxy/files/privoxy.rc6,v 1.4 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
diff --git a/net-www/resin-ee/files/2.1.9/resin.init b/net-www/resin-ee/files/2.1.9/resin.init
index a4aeaa79f976..922c9d9732b7 100644
--- a/net-www/resin-ee/files/2.1.9/resin.init
+++ b/net-www/resin-ee/files/2.1.9/resin.init
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/files/2.1.9/resin.init,v 1.1 2003/04/30 13:56:44 absinthe Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/files/2.1.9/resin.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -15,14 +15,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping Resin Enterprise"
su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_STOP}"
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting Resin Enterprise"
su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_STOP}"
sleep 5
diff --git a/net-www/resin/files/2.1.9/resin.init b/net-www/resin/files/2.1.9/resin.init
index 3c2576154d4a..1faa186d03fd 100644
--- a/net-www/resin/files/2.1.9/resin.init
+++ b/net-www/resin/files/2.1.9/resin.init
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/resin/files/2.1.9/resin.init,v 1.1 2003/04/30 13:17:37 absinthe Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin/files/2.1.9/resin.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -15,14 +15,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping Resin"
su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_STOP}"
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting Resin"
su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_STOP}"
sleep 5
diff --git a/net-www/squid/files/squid.confd b/net-www/squid/files/squid.confd
index 1e098b5d22a8..cf9c1c3071d3 100644
--- a/net-www/squid/files/squid.confd
+++ b/net-www/squid/files/squid.confd
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.confd,v 1.3 2002/05/04 23:23:02 woodchip Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.confd,v 1.4 2004/03/06 03:59:34 vapier Exp $
# Config file for /etc/init.d/squid
diff --git a/net-www/squid/files/squid.cron b/net-www/squid/files/squid.cron
index 81435efbe414..910ee6104cde 100644
--- a/net-www/squid/files/squid.cron
+++ b/net-www/squid/files/squid.cron
@@ -1,2 +1,2 @@
#!/bin/sh
-/usr/sbin/squid -k rotate
+exec /usr/sbin/squid -k rotate
diff --git a/net-www/squid/files/squid.rc6 b/net-www/squid/files/squid.rc6
index 71d181742632..0323d26dce81 100644
--- a/net-www/squid/files/squid.rc6
+++ b/net-www/squid/files/squid.rc6
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.rc6,v 1.8 2003/02/14 23:10:38 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.rc6,v 1.9 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
diff --git a/net-www/tinyproxy/files/tinyproxy.rc b/net-www/tinyproxy/files/tinyproxy.rc
index ec26c8b69caf..3f0c0a6b1cdf 100644
--- a/net-www/tinyproxy/files/tinyproxy.rc
+++ b/net-www/tinyproxy/files/tinyproxy.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-www/tinyproxy/files/tinyproxy.rc,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
use logger dns
diff --git a/net-www/tomcat/files/4.1.24/tomcat.init b/net-www/tomcat/files/4.1.24/tomcat.init
index d4b7adcf49f8..83f9d81e3289 100644
--- a/net-www/tomcat/files/4.1.24/tomcat.init
+++ b/net-www/tomcat/files/4.1.24/tomcat.init
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/4.1.24/tomcat.init,v 1.1 2003/03/25 16:35:11 absinthe Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/4.1.24/tomcat.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -15,14 +15,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping Tomcat"
su - ${CATALINA_USER} -c "/opt/tomcat/bin/catalina.sh ${TOMCAT_STOP}"
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting Tomcat"
su - ${CATALINA_USER} -c "/opt/tomcat/bin/catalina.sh ${TOMCAT_STOP}"
sleep 5
diff --git a/net-www/tomcat/files/4.1.29/tomcat.init b/net-www/tomcat/files/4.1.29/tomcat.init
index 960faa66a1b5..e4a4f8f90eba 100644
--- a/net-www/tomcat/files/4.1.29/tomcat.init
+++ b/net-www/tomcat/files/4.1.29/tomcat.init
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/4.1.29/tomcat.init,v 1.1 2004/02/16 01:06:43 zx Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/4.1.29/tomcat.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -15,14 +15,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping Tomcat"
su - ${CATALINA_USER} -c "/opt/tomcat/bin/catalina.sh ${TOMCAT_STOP}"
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting Tomcat"
su - ${CATALINA_USER} -c "/opt/tomcat/bin/catalina.sh ${TOMCAT_STOP}"
sleep 5
diff --git a/net-www/tomcat/files/5.0.18/tomcat.init b/net-www/tomcat/files/5.0.18/tomcat.init
index c4f50dfc8e9c..80486fef1011 100644
--- a/net-www/tomcat/files/5.0.18/tomcat.init
+++ b/net-www/tomcat/files/5.0.18/tomcat.init
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/5.0.18/tomcat.init,v 1.1 2004/02/16 01:06:24 zx Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/5.0.18/tomcat.init,v 1.2 2004/03/06 03:59:34 vapier Exp $
depend() {
need net
@@ -15,14 +15,14 @@ start() {
eend $?
}
-stop () {
+stop() {
ebegin "Stopping Tomcat"
su - ${CATALINA_USER} -c "/opt/tomcat/bin/catalina.sh ${TOMCAT_STOP}"
sleep 2
eend $?
}
-svc_restart () {
+restart() {
ebegin "Restarting Tomcat"
su - ${CATALINA_USER} -c "/opt/tomcat/bin/catalina.sh ${TOMCAT_STOP}"
sleep 5
diff --git a/net-www/wwwoffle/files/wwwoffled b/net-www/wwwoffle/files/wwwoffled
index bbe23f3a758c..1b14a7dc39b9 100644
--- a/net-www/wwwoffle/files/wwwoffled
+++ b/net-www/wwwoffle/files/wwwoffled
@@ -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
-# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled,v 1.6 2003/08/03 15:09:45 wmertens Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled,v 1.7 2004/03/06 04:03:00 vapier Exp $
EXE=`which wwwoffled`
@@ -21,4 +21,3 @@ stop() {
start-stop-daemon --stop --quiet --exec $EXE
eend $?
}
-
diff --git a/net-www/wwwoffle/files/wwwoffled-online b/net-www/wwwoffle/files/wwwoffled-online
index ae522cca8886..9859b6126477 100644
--- a/net-www/wwwoffle/files/wwwoffled-online
+++ b/net-www/wwwoffle/files/wwwoffled-online
@@ -1,22 +1,21 @@
#!/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-www/wwwoffle/files/wwwoffled-online,v 1.6 2003/08/03 15:09:45 wmertens Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled-online,v 1.7 2004/03/06 04:03:00 vapier Exp $
depend() {
- need wwwoffled net
+ need wwwoffled net
}
start() {
- ebegin "Starting wwwoffled-online"
- wwwoffle -online -c /etc/wwwoffle.conf
- wwwoffle -fetch -c /etc/wwwoffle.conf
- eend $?
+ ebegin "Starting wwwoffled-online"
+ wwwoffle -online -c /etc/wwwoffle.conf
+ wwwoffle -fetch -c /etc/wwwoffle.conf
+ eend $?
}
stop() {
- ebegin "Stopping wwwoffled-online"
- wwwoffle -offline -c /etc/wwwoffle.conf
- eend $?
+ ebegin "Stopping wwwoffled-online"
+ wwwoffle -offline -c /etc/wwwoffle.conf
+ eend $?
}
-
diff --git a/net-zope/zope/files/2.6.1/zope.initd b/net-zope/zope/files/2.6.1/zope.initd
index e24dd247be8d..aec1a9e82b22 100644
--- a/net-zope/zope/files/2.6.1/zope.initd
+++ b/net-zope/zope/files/2.6.1/zope.initd
@@ -1,8 +1,7 @@
#!/sbin/runscript
-# Zope rc-script for Gentoo Linux
-# Copyright 2002-2003 by Jason Shoemaker
-# Distributed under the terms of the GNU General Public License, v2 or later.
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/files/2.6.1/zope.initd,v 1.2 2003/11/15 11:22:15 lanius Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/files/2.6.1/zope.initd,v 1.3 2004/03/06 04:04:00 vapier Exp $
python=