diff options
Diffstat (limited to 'security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-Makefile.am')
-rw-r--r-- | security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-Makefile.am b/security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-Makefile.am new file mode 100644 index 000000000000..5a4da539916b --- /dev/null +++ b/security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-Makefile.am @@ -0,0 +1,11 @@ +--- usr/sbin/pkcs11_startup/Makefile.am.orig 2010-07-29 21:28:41.000000000 +0900 ++++ usr/sbin/pkcs11_startup/Makefile.am 2010-10-22 00:59:30.397048865 +0900 +@@ -12,6 +12,8 @@ + -e s!\@ID\@!"@ID@"!g \ + -e s!\@CAT\@!"@CAT@"!g \ + -e s!\@SED\@!"@SED@"!g \ ++ -e s!\@PKCS11USER\@!"@PKCS11USER@"!g \ ++ -e s!\@PKCS11GROUP\@!"@PKCS11GROUP@"!g \ + -e s!\@GROUPADD\@!"@GROUPADD@"!g \ + -e s!\@USERMOD\@!"@USERMOD@"!g < $< > $@-t + @CHMOD@ +x $@-t |