[1905] 2008-11-09 Robert Millan <[email protected]>

Robert Millan <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 1905
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1905
Author:   robertmh
Date:     2008-11-09 12:44:31 +0000 (Sun, 09 Nov 2008)

Log Message:
-----------
2008-11-09  Robert Millan  <[email protected]>

        * commands/terminal.c (GRUB_MOD_FINI(terminal)): Unregister
        `terminal_input' / `terminal_output', not `terminal'.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/commands/terminal.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2008-11-08 15:21:57 UTC (rev 1904)
+++ trunk/grub2/ChangeLog	2008-11-09 12:44:31 UTC (rev 1905)
@@ -1,3 +1,8 @@
+2008-11-09  Robert Millan  <[email protected]>
+
+	* commands/terminal.c (GRUB_MOD_FINI(terminal)): Unregister
+	`terminal_input' / `terminal_output', not `terminal'.
+
 2008-11-08  Robert Millan  <[email protected]>
 
 	* Makefile.in (include_DATA): Fix srcdir=. assumption.

Modified: trunk/grub2/commands/terminal.c
===================================================================
--- trunk/grub2/commands/terminal.c	2008-11-08 15:21:57 UTC (rev 1904)
+++ trunk/grub2/commands/terminal.c	2008-11-09 12:44:31 UTC (rev 1905)
@@ -127,5 +127,6 @@
 
 GRUB_MOD_FINI(terminal)
 {
-  grub_unregister_command ("terminal");
+  grub_unregister_command ("terminal_input");
+  grub_unregister_command ("terminal_output");
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.