Blame SOURCES/autofs-5.1.0-fix-typo-in-update_hosts_mounts.patch

304803
autofs-5.1.0 - fix typo in update_hosts_mounts()
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
Correct the stutter in the update exports message.
304803
---
304803
 CHANGELOG              |    1 +
304803
 modules/lookup_hosts.c |    2 +-
304803
 2 files changed, 2 insertions(+), 1 deletion(-)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -157,6 +157,7 @@
304803
 - clarify multiple mounts description.
304803
 - update man page autofs(8) for systemd.
304803
 - fix fix master map type check.
304803
+- fix typo in update_hosts_mounts().
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/modules/lookup_hosts.c
304803
+++ autofs-5.0.7/modules/lookup_hosts.c
304803
@@ -214,7 +214,7 @@ next:
304803
 			goto cont;
304803
 
304803
 		debug(ap->logopt, MODPREFIX
304803
-		      "attempt to update exports for exports for %s", me->key);
304803
+		      "attempt to update exports for %s", me->key);
304803
 
304803
 		master_source_current_wait(ap->entry);
304803
 		ap->entry->current = source;