Le lundi 4 février 2008, Kapil Hari Paranjape a écrit : > tags 463871 + patch > thanks > > Hello, > > On Sun, 03 Feb 2008, Kevin Baradon wrote: > > After upgrade to version 2.53, dpkg-www doesn't display package list > > anymore. Here is text transcript of the web page shown : > > The enclosed patch appears to fix the problem.
Hello, Yes, it works for me. Thanks a lot. Best regards. > > Regards, > > Kapil. > -- > =================patch======================= > --- /usr/lib/cgi-bin/dpkg.orig 2008-01-22 21:51:06.000000000 +0530 > +++ /usr/lib/cgi-bin/dpkg 2008-02-04 15:17:33.000000000 +0530 > @@ -945,10 +945,6 @@ > NR-- > next > } > - (is_hdr) { > - header[NR] = $0 > - next > - } > (is_hdr == 1) && ($1 == "||/") { > # ||/ Name Version Description > hstat = $1 > @@ -992,6 +988,10 @@ > needs_desc = missing_desc[name] = NR > } > } > + (is_hdr) { > + header[NR] = $0 > + next > + } > END { > if (needs_desc) { > update_descs() > =================end of patch================ -- Kevin Baradon Embedded Systems Engineer - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]