Differences From Artifact [1f1313960f]:
- Executable file
build/cackey_osx_build/Template_pmbuild/scripts/04pkcs11tokend-post.sh
— part of check-in
[059330a9a5]
at
2011-08-25 04:00:27
on branch trunk
— Fixed bug in UUID of package
Added PKCS11.tokend package to CACKey on Mac OS X
Removed legacy (pre-Mac OS X 10.5) build support (user: rkeene, size: 139) [annotate] [blame] [check-ins using]
To Artifact [022fa1323e]:
- Executable file build/cackey_osx_build/Template_pmbuild/scripts/04pkcs11tokend-post.sh — part of check-in [a4a018ea4d] at 2015-07-13 20:21:50 on branch trunk — Updated Mac OS X Build to support installation on 10.11 "El Capitan" after external project (TokenD) did the same (user: kvanals, size: 125) [annotate] [blame] [check-ins using] [more...]
1 | #!/bin/bash | | | | 1 2 3 | #!/bin/bash chmod -R go+rX /Library/Security/tokend/PKCS11.tokend chown -R root:wheel /Library/Security/tokend/PKCS11.tokend |