[SCM] proftpd-dfsg branch, master, updated. upstream/1.3.5_rc1-93-g1e3a90a

Francesco Paolo Lovergine frankie at debian.org
Mon Feb 4 08:41:48 UTC 2013


The following commit has been merged in the master branch:
commit 1e3a90a5817beb9bc56b3b6c035ae9b72200c90b
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Jan 15 11:50:44 2013 +0100

    Never fails when hardening checks fails.

diff --git a/debian/rules b/debian/rules
index 4687d30..bd6a61a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ install: build
 	dh_prep
 	
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp INSTALL_STRIP="$(INSTALL_STRIP)" install
-	find $(CURDIR)/debian/tmp -type f \( -executable -o -name \*.so\* \) -exec hardening-check {} + 
+	find $(CURDIR)/debian/tmp -type f \( -executable -o -name \*.so\* \) -exec hardening-check {} + || true
 
 configure: configure-stamp
 configure-stamp: 

-- 
ProFTPD core package



More information about the Pkg-proftpd-maintainers mailing list