1
0

Accepting request 307739 from home:guohouzuo:freeipa

In previous submission I incorrectly removed the entire line "Include ...mod_nss.d/*.conf".

OBS-URL: https://build.opensuse.org/request/show/307739
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_nss?expand=0&rev=10
This commit is contained in:
Kristyna Streitova 2015-05-18 11:49:49 +00:00 committed by Git OBS Bridge
parent 282e7e7dd7
commit 71913dca28
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 18 10:32:12 UTC 2015 - hguo@suse.com
- The package does not carry any .conf files underneath /etc/apache2/mod_nss.d,
therefore use 'IncludeOptional' instead of 'Include' directory in mod_nss.conf.
-------------------------------------------------------------------
Thu May 7 12:27:40 UTC 2015 - kstreitova@suse.com

View File

@ -106,7 +106,7 @@
<IfModule mod_nss.c>
Include /etc/apache2/listen_nss.conf
Include /etc/apache2/mod_nss.d/*.conf
IncludeOptional /etc/apache2/mod_nss.d/*.conf