Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch

Issue 2620004: Patch opencryptoki not to call openlog("openCryptokiModule") (Closed) Base URL: ssh://git@chromiumos-git/chromiumos-overlay.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch
diff --git a/dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch b/dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch
new file mode 100644
index 0000000000000000000000000000000000000000..199db5a649d9b6acfbd0bb5cd38a6bc300a6fc17
--- /dev/null
+++ b/dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch
@@ -0,0 +1,10 @@
+--- opencryptoki-2.2.8.orig/usr/lib/pkcs11/api/apiutil.c 2010-06-04 17:04:48.000000000 -0400
++++ opencryptoki-2.2.8/usr/lib/pkcs11/api/apiutil.c 2010-06-04 17:06:23.000000000 -0400
+@@ -380,7 +380,6 @@
+
+ if (!enabled){
+ enabled=1;
+- openlog("openCryptokiModule",LOG_PID|LOG_NDELAY,LOG_DAEMON);
+ setlogmask(LOG_UPTO(LOG_DEBUG));
+ logit(LOG_DEBUG,"Logging enabled %d enabled",enabled);
+ }
« no previous file with comments | « no previous file | dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698