diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-09 20:36:42 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-09 20:36:42 +0100 |
commit | 61f68d95ddf333ee2ffc6bc166bf36140cda9898 (patch) | |
tree | 2e3471ef6f56544c35c12c7fa50ce5c1a439f6a4 /sys-auth/poldi/files/03-fix-auth-localdb.diff | |
parent | 2ad57184c5398137386b09c1f38d85d8b8e9ca26 (diff) | |
download | brancik-overlay-61f68d95ddf333ee2ffc6bc166bf36140cda9898.tar.gz brancik-overlay-61f68d95ddf333ee2ffc6bc166bf36140cda9898.tar.bz2 |
Update sys-auth/poldi to live ebuild
Diffstat (limited to 'sys-auth/poldi/files/03-fix-auth-localdb.diff')
-rw-r--r-- | sys-auth/poldi/files/03-fix-auth-localdb.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-auth/poldi/files/03-fix-auth-localdb.diff b/sys-auth/poldi/files/03-fix-auth-localdb.diff deleted file mode 100644 index 96eface..0000000 --- a/sys-auth/poldi/files/03-fix-auth-localdb.diff +++ /dev/null @@ -1,17 +0,0 @@ -Description: Bug fix calling log_msg_debug -Author: NIIBE Yutaka -Last-Update: 2013-07-10 - -Index: poldi-0.4.1/src/pam/auth-method-localdb/auth-localdb.c -=================================================================== ---- poldi-0.4.1.orig/src/pam/auth-method-localdb/auth-localdb.c 2013-07-10 12:57:28.896538720 +0000 -+++ poldi-0.4.1/src/pam/auth-method-localdb/auth-localdb.c 2013-07-10 12:57:28.844538737 +0000 -@@ -118,7 +118,7 @@ - - if (ctx->debug) - { -- log_msg_debug (ctx->conv, -+ log_msg_debug (ctx->loghandle, - _("Trying authentication as user `%s'..."), username); - conv_tell (ctx->conv, - _("Trying authentication as user `%s'..."), username); |