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

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