Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc add -dgq to check_pkgs ls(1). suggested by @@@



details:   https://anonhg.NetBSD.org/src/rev/451e9e355413
branches:  trunk
changeset: 516210:451e9e355413
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Oct 18 16:08:24 2001 +0000

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

diffstat:

 etc/security |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e17834bf6ce0 -r 451e9e355413 etc/security
--- a/etc/security      Thu Oct 18 16:08:05 2001 +0000
+++ b/etc/security      Thu Oct 18 16:08:24 2001 +0000
@@ -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 @@
                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"



Home | Main Index | Thread Index | Old Index