Blame SOURCES/autofs-5.1.2-fix-cachefs-parse-message-not-being-logged.patch

304803
autofs-5.1.2 - fix cachefs parse message not being logged
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
Signed-off-by: Ian Kent <raven@themaw.net>
304803
---
304803
 CHANGELOG           |    1 +
304803
 modules/amd_parse.y |    1 +
304803
 2 files changed, 2 insertions(+)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -267,6 +267,7 @@
304803
 - improve description of mount_nfs_default_protocol.
304803
 - reset master map list on startup retry.
304803
 - improve debug logging of lookup key.
304803
+- fix cachefs parse message not being logged.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/modules/amd_parse.y
304803
+++ autofs-5.0.7/modules/amd_parse.y
304803
@@ -301,6 +301,7 @@ option_assignment: MAP_OPTION OPTION_ASS
304803
 		} else if (!strcmp($3, "cachefs")) {
304803
 			sprintf(msg_buf, "file syatem %s is not "
304803
 					 "supported by autofs, ignored", $3);
304803
+			amd_msg(msg_buf);
304803
 		} else {
304803
 			amd_notify($1);
304803
 			YYABORT;