Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327030 Details for
Bug 438758
www-servers/apache-2.4 - Syntax error on line 60 of /etc/apache2/modules.d/40_mod_ssl.conf: Invalid Mutex directory in argument file:/var/run/apache_ssl_mutex
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Creating the mutex directory in /var/run once is useless since its contents vanish after next reboot
portage.patch (text/plain), 804 bytes, created by
Christophe Vidal
on 2012-10-21 07:02:32 UTC
(
hide
)
Description:
Creating the mutex directory in /var/run once is useless since its contents vanish after next reboot
Filename:
MIME Type:
Creator:
Christophe Vidal
Created:
2012-10-21 07:02:32 UTC
Size:
804 bytes
patch
obsolete
>https://bugs.gentoo.org/show_bug.cgi?id=438758 > >Creating the mutex directory in /var/run once is useless since its contents >vanish after next reboot > >diff -Nurd portage.orig/www-servers/apache/apache-2.4.3.ebuild portage/www-servers/apache/apache-2.4.3.ebuild >--- portage.orig/www-servers/apache/apache-2.4.3.ebuild 2012-10-21 13:28:43.058382957 +0700 >+++ portage/www-servers/apache/apache-2.4.3.ebuild 2012-10-21 13:30:15.694225905 +0700 >@@ -164,11 +164,6 @@ > # well, actually installing things makes them more installed, I guess? > cp "${S}"/support/apxs "${D}"/usr/sbin/apxs || die "Failed to install apxs" > chmod 0755 "${D}"/usr/sbin/apxs >- >- # create dir defined in 40_mod_ssl.conf >- if use ssl; then >- dodir /var/run/apache_ssl_mutex || die "Failed to mkdir ssl_mutex" >- fi > } > > pkg_postinst()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 438758
:
327028
|
327030
|
327312
|
333862
|
340518
|
354986