diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-08 13:39:20 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-08 13:39:20 +0000 |
commit | 08ce201cbbfa223c0ee46042392d70e5265ebe00 (patch) | |
tree | 7abdec6a3a4637aef9a5f40b161f68b3014cad56 /www-servers/tomcat/files | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-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/tomcat/files')
-rw-r--r-- | www-servers/tomcat/files/3.3.2/tomcat.init | 5 | ||||
-rw-r--r-- | www-servers/tomcat/files/4.1.30/tomcat.init | 5 | ||||
-rw-r--r-- | www-servers/tomcat/files/5.0.27/tomcat.init | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/www-servers/tomcat/files/3.3.2/tomcat.init b/www-servers/tomcat/files/3.3.2/tomcat.init index 8f08d5b3a961..42e30ee8f919 100644 --- a/www-servers/tomcat/files/3.3.2/tomcat.init +++ b/www-servers/tomcat/files/3.3.2/tomcat.init @@ -1,11 +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/tomcat/files/3.3.2/tomcat.init,v 1.1 2004/08/08 18:39:49 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/3.3.2/tomcat.init,v 1.2 2004/10/08 13:38:08 axxo Exp $ depend() { - need net - use dns + use dns net } start() { diff --git a/www-servers/tomcat/files/4.1.30/tomcat.init b/www-servers/tomcat/files/4.1.30/tomcat.init index 0c29979926c2..d71cd63028e7 100644 --- a/www-servers/tomcat/files/4.1.30/tomcat.init +++ b/www-servers/tomcat/files/4.1.30/tomcat.init @@ -1,11 +1,10 @@ #!/sbin/runscript # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/4.1.30/tomcat.init,v 1.2 2004/08/26 18:17:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/4.1.30/tomcat.init,v 1.3 2004/10/08 13:38:08 axxo Exp $ depend() { - need net - use dns logger mysql postgresql + use dns logger mysql postgresql net } start() { diff --git a/www-servers/tomcat/files/5.0.27/tomcat.init b/www-servers/tomcat/files/5.0.27/tomcat.init index ad4d22fd6062..c9db528be0e5 100644 --- a/www-servers/tomcat/files/5.0.27/tomcat.init +++ b/www-servers/tomcat/files/5.0.27/tomcat.init @@ -1,11 +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/tomcat/files/5.0.27/tomcat.init,v 1.2 2004/08/26 18:17:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/5.0.27/tomcat.init,v 1.3 2004/10/08 13:38:08 axxo Exp $ depend() { - need net - use dns logger mysql postgresql + use dns logger mysql postgresql net } start() { |