diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-29 21:31:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-29 21:31:50 +0000 |
commit | bf7f33b9fa8b310bdae7ee85a7bd15cb90542de7 (patch) | |
tree | 886693d9575059626d9cf534b556392e1e5276e8 /security/softhsm | |
parent | 6890457c451b4979f4bd35eeff14fe5c7c9bcb81 (diff) | |
download | ports-bf7f33b9fa8b310bdae7ee85a7bd15cb90542de7.tar.gz ports-bf7f33b9fa8b310bdae7ee85a7bd15cb90542de7.zip |
Notes
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/softhsm/pkg-plist b/security/softhsm/pkg-plist index 4a7ced99157e..c5f8a05feef8 100644 --- a/security/softhsm/pkg-plist +++ b/security/softhsm/pkg-plist @@ -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 |