Brock Pytlik wrote:
Updated webrev:
http://cr.opensolaris.org/~bpytlik/ips-9290-v2/

[snip]

If anyone's interested in taking pkgdep for a more full test drive, I hacked up a command line that'll do the translation from files to packages based on the installed system. This is roughly what phase 2 will be doing, just in a much faster/elegant/hopefully more robust way.

pkgdep <manifest> <proto_dir> | cut -f 2 -d ' ' | sort | uniq | /usr/gnu/bin/xargs -n 1 pkg search -l | tr -s ' ' | cut -f 4 -d ' ' | grep -v "PACKAGE" | sort | uniq


Thanks,
Brock
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to