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

Palle Girgensohn girgen at FreeBSD.org
Tue May 20 20:59:36 UTC 2014


Author: girgen
Date: Tue May 20 20:59:35 2014
New Revision: 354688
URL: http://svnweb.freebsd.org/changeset/ports/354688
QAT: https://qat.redports.org/buildarchive/r354688/

Log:
  remove @user @group since it does not work with old pkg_tools
  [https://wiki.freebsd.org/ports/StageDir] recommends using them, but I see no point in using both
  Reported by: Peter Olsson

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

Modified: head/security/shibboleth2-sp/pkg-plist
==============================================================================
--- head/security/shibboleth2-sp/pkg-plist	Tue May 20 20:47:17 2014	(r354687)
+++ head/security/shibboleth2-sp/pkg-plist	Tue May 20 20:59:35 2014	(r354688)
@@ -186,10 +186,6 @@ share/doc/shibboleth/main.css
 @exec install -d -o %%SHIBD_USER%% -g %%SHIBD_GROUP%% -m 755 /var/log/shibboleth
 @exec install -d -o %%SHIBD_USER%% -g %%SHIBD_GROUP%% -m 755 /var/cache/shibboleth
 @exec install -d -o %%SHIBD_USER%% -g %%WWWGRP%% -m 750 /var/run/shibboleth
- at user %%SHIBD_USER%%
- at group %%SHIBD_GROUP%%
 @dirrmtry /var/log/shibboleth
 @dirrmtry /var/cache/shibboleth
- at mode 750
- at group %%WWWGRP%%
 @dirrmtry /var/run/shibboleth


More information about the svn-ports-all mailing list