From 76fc194019c519681ca8a426527bca7dea41d319 Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Thu, 25 Oct 2012 08:46:53 -0400 Subject: [PATCH] Merging with master --- apache2/Makefile.am | 2 +- nginx/TODO | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apache2/Makefile.am b/apache2/Makefile.am index 1d233162..df5af555 100644 --- a/apache2/Makefile.am +++ b/apache2/Makefile.am @@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES) for m in $(pkglib_LTLIBRARIES); do \ base=`echo $$m | sed 's/\..*//'`; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ - cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \ + install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \ done diff --git a/nginx/TODO b/nginx/TODO index fb443444..a8d99257 100644 --- a/nginx/TODO +++ b/nginx/TODO @@ -13,3 +13,5 @@ Modsecurity NGINX TODO * Source code documentation (insert doxygen headers) * Create better build infrastructure with support for tests and automated regression + +* Better things for test