On Mon, Feb 16, 2004 at 02:33:24PM +0100, qboosh wrote: > Author: qboosh Date: Mon Feb 16 13:33:24 2004 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - version matching current spec > > ---- Files affected: > SOURCES: > mutt-manual.patch (1.2 -> 1.3) > > ---- Diffs: > > ================================================================ > Index: SOURCES/mutt-manual.patch > diff -u SOURCES/mutt-manual.patch:1.2 SOURCES/mutt-manual.patch:1.3 > --- SOURCES/mutt-manual.patch:1.2 Sun Feb 15 01:45:08 2004 > +++ SOURCES/mutt-manual.patch Mon Feb 16 14:33:18 2004 > @@ -8,9 +8,9 @@ > -macro generic <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation" > -macro index <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation" > -macro pager <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation" > -+macro generic <f1> "!less @datadir@/mutt/manual.txt\n" "Show Mutt documentation" > -+macro index <f1> "!less @datadir@/mutt/manual.txt\n" "Show Mutt documentation" > -+macro pager <f1> "!less @datadir@/mutt/manual.txt\n" "Show Mutt documentation" > ++macro generic <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation" > ++macro index <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation" > ++macro pager <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
Problem polega na tym że teraz dokumentacja w /etc/Muttrc będzie: macro generic <f1> "!less /usr/share/doc/mutt-1.4.2.1/manual.txt.gz\n" Po upgrade do 1.4.3 dalej to makro będzie zdefiniowane jak wyżej a w /etc/Muttrc.rpmnew będzie już poprawne, czyli po każdym upgrade musze grzebnąć w konfiguracji mutta :( Pozdrawiam -- Artur Frysiak http://www.pld-linux.org/ __________________________________________________________ nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles
