svn commit: r319964 - head/security/shibboleth2-sp

Palle Girgensohn girgen at FreeBSD.org
Wed Jun 5 09:02:11 UTC 2013


Author: girgen
Date: Wed Jun  5 09:02:10 2013
New Revision: 319964
URL: http://svnweb.freebsd.org/changeset/ports/319964

Log:
  Don't remove /var/*/shibboleth with rm -rf, so we don't "pull out the carpet from underneath" a running shibd. Hence allow updating while the old shibd is still running.

Modified:
  head/security/shibboleth2-sp/Makefile
  head/security/shibboleth2-sp/pkg-plist

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Wed Jun  5 08:59:14 2013	(r319963)
+++ head/security/shibboleth2-sp/Makefile	Wed Jun  5 09:02:10 2013	(r319964)
@@ -3,6 +3,7 @@
 
 PORTNAME=	shibboleth-sp
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	security www
 MASTER_SITES=	http://shibboleth.net/downloads/service-provider/${PORTVERSION}/
 

Modified: head/security/shibboleth2-sp/pkg-plist
==============================================================================
--- head/security/shibboleth2-sp/pkg-plist	Wed Jun  5 08:59:14 2013	(r319963)
+++ head/security/shibboleth2-sp/pkg-plist	Wed Jun  5 09:02:10 2013	(r319964)
@@ -173,8 +173,8 @@ share/doc/shibboleth/main.css
 @exec mkdir -p /var/run/shibboleth
 @exec chown -R %%SHIBD_USER%%:%%WWWGRP%%  /var/run/shibboleth
 @exec chmod -R u=rwx,g=rx,o= /var/run/shibboleth
- at unexec rm -rf /var/cache/shibboleth 2>&1 >/dev/null || true
- at unexec rm -rf /var/run/shibboleth 2>&1 >/dev/null || true
+ at dirrmtry /var/cache/shibboleth
+ at dirrmtry /var/run/shibboleth
 @dirrmtry share/doc/shibboleth/api
 @dirrmtry share/doc/shibboleth
 @dirrmtry lib/shibboleth


More information about the svn-ports-all mailing list