svn commit: r371501 - branches/2014Q4/security/tripwire/files
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 26 11:39:55 UTC 2014
Author: antoine
Date: Sun Oct 26 11:39:54 2014
New Revision: 371501
URL: https://svnweb.freebsd.org/changeset/ports/371501
QAT: https://qat.redports.org/buildarchive/r371501/
Log:
MFH: r371500
Do not infinite loop on the package builders creating GB (or TB) of logs
Modified:
branches/2014Q4/security/tripwire/files/pkg-deinstall.in
Directory Properties:
branches/2014Q4/ (props changed)
Modified: branches/2014Q4/security/tripwire/files/pkg-deinstall.in
==============================================================================
--- branches/2014Q4/security/tripwire/files/pkg-deinstall.in Sun Oct 26 11:38:50 2014 (r371500)
+++ branches/2014Q4/security/tripwire/files/pkg-deinstall.in Sun Oct 26 11:39:54 2014 (r371501)
@@ -2,6 +2,9 @@
case $2 in
POST-DEINSTALL)
+ if [ -n "${PACKAGE_BUILDING}" ]; then
+ return 0
+ fi
if [ -d %%TWCFG%% -o -d %%TWDB%% ]; then
unset ANS
echo
More information about the svn-ports-all
mailing list