add -dgq to check_pkgs ls(1). suggested by @@@

This commit is contained in:
lukem 2001-10-18 16:08:24 +00:00
parent 7c90b959da
commit 11336572c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: security,v 1.71 2001/10/18 14:50:17 taca Exp $
# $NetBSD: security,v 1.72 2001/10/18 16:08:24 lukem Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@ -789,7 +789,7 @@ if checkyesno check_pkgs && [ -d $pkgdb_dir ]; then
pkg_info | sort
echo ""
find . \( -name +REQUIRED_BY -o -name +CONTENTS \) -print0 |
xargs -0 ls -lT | sort -t. +1 | sed -e 's, \./, ,'
xargs -0 ls -ldgTq | sort -t. +1 | sed -e 's, \./, ,'
) > $pkgs
echo "$pkgs" > $PKGS
CHANGELIST="$PKGS $CHANGELIST"