diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2002-07-27 09:10:32 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2002-07-27 09:10:32 +0000 |
commit | 6d7385176105928da17e76d0aff231aa73ba79f9 (patch) | |
tree | 52b5d51cc36f84bc8769acec1b0a665c57cab62e /net-www | |
parent | unmasked rp-pppoe for non-duplicatability of sandbox violation (diff) | |
download | historical-6d7385176105928da17e76d0aff231aa73ba79f9.tar.gz historical-6d7385176105928da17e76d0aff231aa73ba79f9.tar.bz2 historical-6d7385176105928da17e76d0aff231aa73ba79f9.zip |
Bug #5556 -- Apache fix. Adding 'use named' to the init.d script for
locally hosted domains.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/files/apache.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/files/apache.rc6 b/net-www/apache/files/apache.rc6 index a7e9b586fb9f..b6abe52827c9 100644 --- a/net-www/apache/files/apache.rc6 +++ b/net-www/apache/files/apache.rc6 @@ -1,11 +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/apache.rc6,v 1.1 2002/04/09 23:51:39 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache.rc6,v 1.2 2002/07/27 09:10:32 carpaski Exp $ depend() { need net - use mysql + use mysql named } start() { |