diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:03:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:03:00 +0000 |
commit | 80352b30cf9452fbf047bdf8cbea13e1403211a6 (patch) | |
tree | 2accb213f4124fc197fd3e8df608e2ed70ef0e36 /net-www/jboss | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | historical-80352b30cf9452fbf047bdf8cbea13e1403211a6.tar.gz historical-80352b30cf9452fbf047bdf8cbea13e1403211a6.tar.bz2 historical-80352b30cf9452fbf047bdf8cbea13e1403211a6.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-www/jboss')
-rw-r--r-- | net-www/jboss/files/3.2.1/init.d/jboss | 8 | ||||
-rw-r--r-- | net-www/jboss/files/3.2.3/init.d/jboss | 11 | ||||
-rw-r--r-- | net-www/jboss/files/init.d/jboss | 7 |
3 files changed, 12 insertions, 14 deletions
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 |