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

Palle Girgensohn girgen at FreeBSD.org
Tue May 20 21:09:29 UTC 2014


Author: girgen
Date: Tue May 20 21:09:28 2014
New Revision: 354689
URL: http://svnweb.freebsd.org/changeset/ports/354689
QAT: https://qat.redports.org/buildarchive/r354689/

Log:
  revert r354688 and fix the error instead, it should be @owner, not @user...

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

Modified: head/security/shibboleth2-sp/pkg-plist
==============================================================================
--- head/security/shibboleth2-sp/pkg-plist	Tue May 20 20:59:35 2014	(r354688)
+++ head/security/shibboleth2-sp/pkg-plist	Tue May 20 21:09:28 2014	(r354689)
@@ -186,6 +186,10 @@ 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 owner %%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