diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:04:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:04:00 +0000 |
commit | 89c6bae6b76ed90a4c121dd6881e7c1b2515b4ee (patch) | |
tree | c010d7d461dce79f25d60d8a83e66ae0beb48662 /net-www/orion | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-89c6bae6b76ed90a4c121dd6881e7c1b2515b4ee.tar.gz gentoo-2-89c6bae6b76ed90a4c121dd6881e7c1b2515b4ee.tar.bz2 gentoo-2-89c6bae6b76ed90a4c121dd6881e7c1b2515b4ee.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-www/orion')
-rw-r--r-- | net-www/orion/files/2.0.1/orion.init | 10 | ||||
-rw-r--r-- | net-www/orion/files/2.0/orion.init | 10 |
2 files changed, 10 insertions, 10 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 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 |