[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 102/156: Fix bug in disabling mod_ssl when installing mod_nss with 'make install'

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.

commit 14d62764b72179863ba29a12b8b475371a1f769d
Author: rcritten <>
Date:   Tue Aug 26 20:43:48 2008 +0000

    Fix bug in disabling mod_ssl when installing mod_nss with 'make install'
---
 Makefile.am | 2 +-
 Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 97ed7a9..61d1150 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ install-libLTLIBRARIES: libmodnss.la
 		mv @apache_conf@/../conf.d/ssl.conf @apache_conf@/../conf.d/ssl.conf.old; \
 	    fi \
 	else \
-	    if [ ! -f @apache_conf@/ssl.conf ]; then \
+	    if [ -f @apache_conf@/ssl.conf ]; then \
 		mv @apache_conf@/ssl.conf @apache_conf@/ssl.conf.old; \
 	    fi \
 	fi
diff --git a/Makefile.in b/Makefile.in
index bb1486b..77c820b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -562,7 +562,7 @@ install-libLTLIBRARIES: libmodnss.la
 		mv @apache_conf@/../conf.d/ssl.conf @apache_conf@/../conf.d/ssl.conf.old; \
 	    fi \
 	else \
-	    if [ ! -f @apache_conf@/ssl.conf ]; then \
+	    if [ -f @apache_conf@/ssl.conf ]; then \
 		mv @apache_conf@/ssl.conf @apache_conf@/ssl.conf.old; \
 	    fi \
 	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git



More information about the Pkg-fedora-ds-maintainers mailing list