diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-12-27 19:10:50 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-12-27 19:10:50 +0100 |
commit | 15668a0d67cfb0db260da2dc4f1e0d97496b0f29 (patch) | |
tree | 735a81bb1ad5454e289a3bf75cccad33ca9ccb09 /debian/patches/auth-pam_libpam_so_filename.patch | |
parent | 79f3537f69e125f19f59c36aa090120a63186a54 (diff) |
Patches cleanup
Diffstat (limited to 'debian/patches/auth-pam_libpam_so_filename.patch')
-rw-r--r-- | debian/patches/auth-pam_libpam_so_filename.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/auth-pam_libpam_so_filename.patch b/debian/patches/auth-pam_libpam_so_filename.patch index f3f5f0c..cfa9047 100644 --- a/debian/patches/auth-pam_libpam_so_filename.patch +++ b/debian/patches/auth-pam_libpam_so_filename.patch @@ -3,14 +3,14 @@ Author: Alberto Gonzalez Iniesta <agi@inittab.org> Bug-Debian: http://bugs.debian.org/306335 Index: openvpn/src/plugins/auth-pam/auth-pam.c =================================================================== ---- openvpn.orig/src/plugins/auth-pam/auth-pam.c 2016-11-21 09:53:25.512782138 +0100 -+++ openvpn/src/plugins/auth-pam/auth-pam.c 2016-11-21 09:53:25.512782138 +0100 -@@ -632,7 +632,7 @@ - struct user_pass up; - int command; +--- openvpn.orig/src/plugins/auth-pam/auth-pam.c 2016-12-27 18:45:37.638198402 +0100 ++++ openvpn/src/plugins/auth-pam/auth-pam.c 2016-12-27 18:45:37.638198402 +0100 +@@ -698,7 +698,7 @@ + struct user_pass up; + int command; #ifdef USE_PAM_DLOPEN -- static const char pam_so[] = "libpam.so"; -+ static const char pam_so[] = "libpam.so.0"; +- static const char pam_so[] = "libpam.so"; ++ static const char pam_so[] = "libpam.so.0"; #endif - /* + /* |