Bug#431871: mondo 2.22: vi again + grub fails loop

2008-10-19 Thread Andree Leidenfrost
Hello Hugo, Sorry for taking so long to get back to you. Sorry also that we had a regression in regards to the use of find_my_editor() as described by yourself below. The latest version (1:2.2.7-1) does have the correct code, so this should be resolved. Also, I have /etc/grub.conf as symbolic

Bug#431871: mondo 2.22: vi again + grub fails loop

2007-07-08 Thread hugo vanwoerkom
mondo-rstr-tools.c line=1663 in run_grub() has vi hardcoded: strcpy(editor, vi); // find_my_editor() ); if you change that to: strcpy(editor, find_my_editor()); then we're in business again. Also if you change grub.conf from a symlink in /etc to a real file, a copy of