summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-08 13:39:20 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-08 13:39:20 +0000
commit08ce201cbbfa223c0ee46042392d70e5265ebe00 (patch)
tree7abdec6a3a4637aef9a5f40b161f68b3014cad56 /www-servers/jboss
parentold (Manifest recommit) (diff)
downloadgentoo-2-08ce201cbbfa223c0ee46042392d70e5265ebe00.tar.gz
gentoo-2-08ce201cbbfa223c0ee46042392d70e5265ebe00.tar.bz2
gentoo-2-08ce201cbbfa223c0ee46042392d70e5265ebe00.zip
use net instead of need net in init.d script
Diffstat (limited to 'www-servers/jboss')
-rw-r--r--www-servers/jboss/ChangeLog6
-rw-r--r--www-servers/jboss/files/3.2.3/init.d/jboss4
-rw-r--r--www-servers/jboss/files/3.2.5/init.d/jboss4
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/jboss/ChangeLog b/www-servers/jboss/ChangeLog
index c12d72ab049c..d0bbf167995d 100644
--- a/www-servers/jboss/ChangeLog
+++ b/www-servers/jboss/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/jboss
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/jboss/ChangeLog,v 1.6 2004/09/21 08:26:54 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/jboss/ChangeLog,v 1.7 2004/10/08 13:39:20 axxo Exp $
+
+ 08 Oct 2004; Thomas Matthijs <axxo@gentoo.org> files/3.2.3/init.d/jboss,
+ files/3.2.5/init.d/jboss:
+ use net instead of need net in init.d script
21 Sep 2004; Thomas Matthijs <axxo@gentoo.org> jboss-3.2.5.ebuild:
added some die()'s in pkg_install()
diff --git a/www-servers/jboss/files/3.2.3/init.d/jboss b/www-servers/jboss/files/3.2.3/init.d/jboss
index dd8b01356383..a4c13ac3ad58 100644
--- a/www-servers/jboss/files/3.2.3/init.d/jboss
+++ b/www-servers/jboss/files/3.2.3/init.d/jboss
@@ -1,10 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/jboss/files/3.2.3/init.d/jboss,v 1.1 2004/08/08 17:14:25 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/jboss/files/3.2.3/init.d/jboss,v 1.2 2004/10/08 13:39:20 axxo Exp $
depend() {
- need net
+ use net
}
start() {
diff --git a/www-servers/jboss/files/3.2.5/init.d/jboss b/www-servers/jboss/files/3.2.5/init.d/jboss
index 2db452ba31b2..61397ec9be48 100644
--- a/www-servers/jboss/files/3.2.5/init.d/jboss
+++ b/www-servers/jboss/files/3.2.5/init.d/jboss
@@ -1,10 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/jboss/files/3.2.5/init.d/jboss,v 1.1 2004/08/08 17:14:25 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/jboss/files/3.2.5/init.d/jboss,v 1.2 2004/10/08 13:39:20 axxo Exp $
depend() {
- need net
+ use net
}
start() {