diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-08-04 17:52:27 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-08-04 17:52:27 +0000 |
commit | 85a12016589fdf50d63f7cfab714933dcd3bcd17 (patch) | |
tree | 46140887ea3cf4ddda240aa5f80050b9c9154cec /www-servers | |
parent | update metadata.xml (diff) | |
download | gentoo-2-85a12016589fdf50d63f7cfab714933dcd3bcd17.tar.gz gentoo-2-85a12016589fdf50d63f7cfab714933dcd3bcd17.tar.bz2 gentoo-2-85a12016589fdf50d63f7cfab714933dcd3bcd17.zip |
Create /run/apache_ssl_mutex directory via tmpfiles.d, bug 479658.
(Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/apache/files/apache.conf | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index 8fa7db3705c5..451ef6ff99f2 100644 --- a/www-servers/apache/ChangeLog +++ b/www-servers/apache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/apache # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.244 2013/08/04 11:42:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.245 2013/08/04 17:52:27 floppym Exp $ + + 04 Aug 2013; Mike Gilbert <floppym@gentoo.org> files/apache.conf: + Create /run/apache_ssl_mutex directory via tmpfiles.d, bug 479658. 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> apache-2.2.25.ebuild: Stable for ia64, wrt bug #476568 diff --git a/www-servers/apache/files/apache.conf b/www-servers/apache/files/apache.conf index aa75edaa73b8..56e23aefaf8e 100644 --- a/www-servers/apache/files/apache.conf +++ b/www-servers/apache/files/apache.conf @@ -1,2 +1,2 @@ d /run/apache2 710 root apache - +d /run/apache_ssl_mutex |