grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Handler support


From: Bean
Subject: Re: [PATCH] Handler support
Date: Sat, 14 Feb 2009 23:28:49 +0800

On Sat, Feb 14, 2009 at 11:11 PM, Felix Zielcke <address@hidden> wrote:
>     A. Am Samstag, den 14.02.2009, 22:46 +0800 schrieb Bean:
>
>> If there is no objection, I'd commit this patch in a few days.
>
> Hello Bean,
>
> if you want to drop termin_input and terminal_output command then please
> don't forget to update util/grub.d/00_header.in
>
> +GRUB_MOD_INIT(handler)
> +{
> +  (void)mod;                   /* To stop warning. */
> +  grub_register_command ("handler", grub_cmd_handler,
> GRUB_COMMAND_FLAG_BOTH,
> +                        "handler [class [handler]]",
> +                        "List or select a handler", 0);
> +}
> +
> +GRUB_MOD_FINI(handler)
> +{
> +  grub_unregister_command ("hello");
> +}
>
> This should probable be grub_unregister_command ("handler").

Hi,

Thanks for pointing out, this new patch should fix the problem.

-- 
Bean

Attachment: handler_2.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]