summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/orion/files/2.0.1/orion.init')
-rw-r--r--net-www/orion/files/2.0.1/orion.init10
1 files changed, 5 insertions, 5 deletions
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