Subject: CVS commit: pkgsrc/pkgtools/pkg_chk
From: Joerg Sonnenberger
Date: 2006-01-12 22:17:16
Message id: 20060112211716.CE95D2DA27@cvs.netbsd.org

Log Message:
When creating the sorted list of binary packages, "ls -t *.tgz" can
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.

Files:
RevisionActionfile
1.24modifypkgsrc/pkgtools/pkg_chk/Makefile
1.25modifypkgsrc/pkgtools/pkg_chk/files/pkg_chk.sh