NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Dumping configuration
On Thursday 2008-04-03 20:02 -0400, jklowden%schemamania.org@localhost output:
:To make a list of packages with their directories, perhaps
: $ pkg_info | awk '{print $1}' \
: | while read F; do pkg_info -Q PKGPATH $F; done
$ pkg_info -B -a | awk -F= '/PKGPATH=/{print $2}'
or use -u instead of -a depending on your needs.
For my use I sort this and compare with previous outputs.
Regards,
Geoff
Home |
Main Index |
Thread Index |
Old Index