Re: 5.1-BETA2 pkg_info wierdness

From: none <jimd_at_siu.edu>
Date: Thu, 29 May 2003 21:43:24 +0000
For anyone with backslashed +COMMENT files in /var/db/pkg, the 
following script can be used to clean them up. You could also wait 
until 5.1-RELEASE comes out, I suppose.

#!/bin/tcsh
cd /var/db/pkg

foreach dir (`/bin/ls|/usr/bin/grep -v pkgdb.db`)
   echo $dir; cd $dir; /bin/ls -l +COMMENT
   /usr/bin/sed 's/\\//g' +COMMENT > pkg-descr
   /bin/mv pkg-descr +COMMENT
   cd /var/db/pkg
end

exit



On 2003.05.29 05:57, Kris Kennaway wrote:
> On Thu, May 29, 2003 at 12:15:20AM +0000, jimd_NOSPAM_at_siu.edu wrote:
> > Instead of simple text lines, pkg_info is returning what looks like
> > "escaped words" after clean install of 5.1-BETA2:
> 
> Already fixed, thanks.
> 
> Kris
> 
Received on Thu May 29 2003 - 17:41:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:09 UTC