Re: 5.1-BETA2 pkg_info wierdness

From: none (jimd_at_siu.edu)
Date: 05/29/03

  • Next message: Glenn Johnson: "Re: Libthr stable enough for testing"
    Date: Thu, 29 May 2003 21:43:24 +0000
    To: current@freebsd.org
    
    

    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@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
    >
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Glenn Johnson: "Re: Libthr stable enough for testing"

    Relevant Pages

    • Re: List of Maj-Min Devices
      ... > and i can't found a list of maj and min numbers. ... On 4.x and older, the /dev/MAKEDEV script. ... Kris ... To unsubscribe, ...
      (freebsd-hackers)
    • Re: Run script as often as possible
      ... >>I have a script that I'd like to run as often as possible. ... If the server boots, will /var/lock be emptied, or should I manually ... clean that area? ... To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org ...
      (Debian-User)
    • kbuild make deb patch
      ... +# Simple script to generate a deb package for a Linux kernel. ... +# make clean Delete all automatically generated files, ...
      (Linux-Kernel)
    • RE: forwarding logs
      ... Same with another script. ... >> You should not need to cange anything in the log script itself. ... >> Reuben D. Budiardja ...
      (RedHat)
    • RE: forwarding logs
      ... Same with another script. ... >> You should not need to cange anything in the log script itself. ... >> Reuben D. Budiardja ...
      (RedHat)