]> git.ipfire.org Git - thirdparty/grub.git/commit
2010-01-07 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Thu, 7 Jan 2010 00:52:56 +0000 (00:52 +0000)
committerRobert Millan <rmh@aybabtu.com>
Thu, 7 Jan 2010 00:52:56 +0000 (00:52 +0000)
commite2e936b2f245277decf8600e5cc2d224d0ee1846
treecb047746094fe1f4c0be0bd4f7db8ea76fd01df1
parent607a3701db7419a28fc0438aa5c02304eb1f55eb
parent8fbfe0d68b777b199ae6f9521669399e443cb9d4
2010-01-07  Robert Millan  <rmh.grub@aybabtu.com>

Merge prefix-redefinition-fix branch.

* normal/autofs.c (read_fs_list): Make function capable of being
run multiple times, gracefuly replacing the previous data
structures.
* normal/dyncmd.c (read_command_list): Likewise.
* normal/handler.c (read_handler_list): Likewise.
* normal/main.c (read_lists): New function.  Calls all the
list reading functions.
(grub_normal_execute): Use read_lists() instead of calling all
list reading functions explicitly.  Register read_lists() as a
variable hook attached to ${prefix}.
ChangeLog
normal/dyncmd.c
normal/handler.c
normal/main.c