summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2002-03-29 18:35:51 +0000
committerChad Huneycutt <chadh@gentoo.org>2002-03-29 18:35:51 +0000
commitf52d1ec75c1454eb0b4770e194b4848aa11231f3 (patch)
tree184ba1468d7a091d09c1a2d2eb15896da790dc55 /net-www/apache
parent_pre35 release (diff)
downloadgentoo-2-f52d1ec75c1454eb0b4770e194b4848aa11231f3.tar.gz
gentoo-2-f52d1ec75c1454eb0b4770e194b4848aa11231f3.tar.bz2
gentoo-2-f52d1ec75c1454eb0b4770e194b4848aa11231f3.zip
added optional ("use") dependence on mysql
Diffstat (limited to 'net-www/apache')
-rw-r--r--net-www/apache/files/httpd.rc63
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/apache/files/httpd.rc6 b/net-www/apache/files/httpd.rc6
index 2fa1f042adbb..3921c70f1d0e 100644
--- a/net-www/apache/files/httpd.rc6
+++ b/net-www/apache/files/httpd.rc6
@@ -1,10 +1,11 @@
#!/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/apache/files/httpd.rc6,v 1.7 2002/01/23 04:46:52 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/httpd.rc6,v 1.8 2002/03/29 18:35:51 chadh Exp $
depend() {
need net
+ use mysql
}
start() {