Subject: CVS commit: pkgsrc/pkgtools/pkg_chk
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 01/12/2006 21:17:16
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Jan 12 21:17:16 UTC 2006

Modified Files:
	pkgsrc/pkgtools/pkg_chk: Makefile
	pkgsrc/pkgtools/pkg_chk/files: pkg_chk.sh

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.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/pkgtools/pkg_chk/Makefile
cvs rdiff -r1.24 -r1.25 pkgsrc/pkgtools/pkg_chk/files/pkg_chk.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.