Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 21:31:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322060 - head/security/softhsm
Message-ID:  <201306292131.r5TLVoWA020677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@exec install -d -o root -g wheel -m 700 %D/var/lib/softhsm
+@dirrm var/lib/softhsm
+@dirrmtry var/lib
+@dirrmtry var



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306292131.r5TLVoWA020677>