diff options
Diffstat (limited to 'sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch')
-rw-r--r-- | sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch b/sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch new file mode 100644 index 000000000000..8f5e58dc6bd3 --- /dev/null +++ b/sys-auth/pam_mount/files/pam_mount-2.13-remove-useless-log-message.patch @@ -0,0 +1,14 @@ +X-Git-Url: http://pam-mount.git.sourceforge.net/git/gitweb.cgi?p=pam-mount%2Fpam-mount;a=blobdiff_plain;f=src%2Frdconf1.c;h=827d36ad2a8873f9342c9fd94fae506dabf5f4af;hp=e8ccd2d4fc96811986a1bd9e57bc8803d93576aa;hb=38a15cc36c7fe6714dd3010fde6ad808b3792ac0;hpb=8bbab5ce3520d361398bdcd65290af8f9cd8ea64 + +diff --git a/src/rdconf1.c b/src/rdconf1.c +index e8ccd2d..827d36a 100644 +--- a/src/rdconf1.c ++++ b/src/rdconf1.c +@@ -340,6 +340,7 @@ void initconfig(struct config *config) + char options_require[] = "nosuid,nodev"; + + memset(config, 0, sizeof(*config)); ++ ehd_logctl(EHD_LOGFT_DEBUG, EHD_LOG_SET); + config->debug = true; + config->mkmntpoint = true; + |