svn commit: r322060 - head/security/softhsm

Antoine Brodin antoine at FreeBSD.org
Sat Jun 29 21:31:51 UTC 2013


Author: antoine
Date: Sat Jun 29 21:31:50 2013
New Revision: 322060
URL: http://svnweb.freebsd.org/changeset/ports/322060

Log:
  Add empty directory created by the port to pkg-plist

Modified:
  head/security/softhsm/pkg-plist

Modified: head/security/softhsm/pkg-plist
==============================================================================
--- head/security/softhsm/pkg-plist	Sat Jun 29 21:30:08 2013	(r322059)
+++ head/security/softhsm/pkg-plist	Sat Jun 29 21:31:50 2013	(r322060)
@@ -7,3 +7,7 @@ lib/softhsm/libsofthsm.so
 etc/softhsm.conf.sample
 @exec if [ ! -f %D/etc/softhsm.conf ]; then cp %D/etc/softhsm.conf.sample %D/etc/softhsm.conf; fi
 @dirrm lib/softhsm
+ at exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm
+ at dirrm var/lib/softhsm
+ at dirrmtry var/lib
+ at dirrmtry var


More information about the svn-ports-all mailing list