Subject: CVS commit: pkgsrc/pkgtools/pkg_alternatives
From: Jonathan Perkin
Date: 2012-06-13 17:35:32
Message id: 20120613153532.BBB0E175DD@cvs.netbsd.org

Log Message:
Update to 1.6, changes:

 - Use the correct id(1) program.  Fixes PR pkg/40691

 - Avoid unprintable characters, some implementations of tr(1) have issues
   with them.  Instead go for what hopefully will be a unique string, as
   well as making use of shell parameter substitution.  Fixes PR pkg/42197

These changes combined make pkg_alternatives work correctly on Solaris.

Files:
RevisionActionfile
1.18modifypkgsrc/pkgtools/pkg_alternatives/Makefile
1.7modifypkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.sh
1.2modifypkgsrc/pkgtools/pkg_alternatives/files/wrapper.sh