Blame SOURCES/0051-grub-core-commands-configfile.c-GRUB_MOD_INIT-Correc.patch

f96e0b
From a940b1492cc0c066725e5e49882602fb0e5c7399 Mon Sep 17 00:00:00 2001
f96e0b
From: Colin Watson <cjwatson@ubuntu.com>
f96e0b
Date: Fri, 12 Oct 2012 15:34:33 +0100
f96e0b
Subject: [PATCH 051/482] * grub-core/commands/configfile.c (GRUB_MOD_INIT):
f96e0b
 Correct description of extract_entries_configfile.
f96e0b
f96e0b
---
f96e0b
 ChangeLog                       | 7 ++++++-
f96e0b
 grub-core/commands/configfile.c | 2 +-
f96e0b
 2 files changed, 7 insertions(+), 2 deletions(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index d0aeab6..9280dba 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,4 +1,9 @@
f96e0b
-2012-10-05  Colin Watson  <cjwatson@debian.org>
f96e0b
+2012-10-12  Colin Watson  <cjwatson@ubuntu.com>
f96e0b
+
f96e0b
+	* grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct
f96e0b
+	description of extract_entries_configfile.
f96e0b
+
f96e0b
+2012-10-05  Colin Watson  <cjwatson@ubuntu.com>
f96e0b
 
f96e0b
 	* grub-core/loader/i386/linux.c (allocate_pages): Fix spelling of
f96e0b
 	preferred_address.
f96e0b
diff --git a/grub-core/commands/configfile.c b/grub-core/commands/configfile.c
f96e0b
index 99c0a24..f2d2abb 100644
f96e0b
--- a/grub-core/commands/configfile.c
f96e0b
+++ b/grub-core/commands/configfile.c
f96e0b
@@ -78,7 +78,7 @@ GRUB_MOD_INIT(configfile)
f96e0b
   cmd_extractor_configfile =
f96e0b
     grub_register_command ("extract_entries_configfile", grub_cmd_source,
f96e0b
 			   N_("FILE"),
f96e0b
-			   N_("Load another config file without changing context but take only menu entries.")
f96e0b
+			   N_("Load another config file but take only menu entries.")
f96e0b
 			   );
f96e0b
 
f96e0b
   cmd_dot =
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b