blob: 5a15e1dbf6066b0f6182fc6faebf658c0964d6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- m4/mod_nss.m4.orig 2010-01-14 23:05:29.000000000 +0200
+++ m4/mod_nss.m4 2010-01-24 20:58:47.086937825 +0200
@@ -52,7 +52,7 @@
# else, parse httpd.conf or httpconfdir/nss.conf
if test -z "$modnssbindir" ; then
- nsspcache=`grep NSSPassPhraseHelper $httpdconf|awk '{print $2}'`
+ nsspcache=`grep -R NSSPassPhraseHelper /etc/apache2/* |awk '{print $2}'`
if test -z "$nsspcache" ; then
nsspcache=`grep NSSPassPhraseHelper $httpd_root/conf.d/* | awk '{print $2}'`
fi
|