summaryrefslogtreecommitdiffstats
path: root/etc/security
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-03 07:03:50 +0000
committermpp <mpp@FreeBSD.org>1997-03-03 07:03:50 +0000
commit09cbe4801b5c8212020b199ae46964370796cf7e (patch)
tree96a1139c8bf97a23d2f4b0dc1eadae4ed70d5456 /etc/security
parentcff32b65f61963fbe4de0e0fcffb1b78b4e8f9ed (diff)
downloadFreeBSD-src-09cbe4801b5c8212020b199ae46964370796cf7e.zip
FreeBSD-src-09cbe4801b5c8212020b199ae46964370796cf7e.tar.gz
Remove the -g option from the "find ... | xargs -ls ..." line.
The -g option to ls has been depreciated.
Diffstat (limited to 'etc/security')
-rw-r--r--etc/security4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security
index c63523e..bbd8d8c 100644
--- a/etc/security
+++ b/etc/security
@@ -1,7 +1,7 @@
#!/bin/sh -
#
# @(#)security 5.3 (Berkeley) 5/28/91
-# $Id: security,v 1.18 1997/02/23 09:20:52 peter Exp $
+# $Id: security,v 1.19 1997/02/23 21:34:34 mpp Exp $
#
PATH=/sbin:/bin:/usr/bin
LC_ALL=C; export LC_ALL
@@ -33,7 +33,7 @@ while test $# -ge 1; do
find $mount -xdev -type f \
\( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
\( -perm -u+s -or -perm -g+s \) -print0
-done | xargs -0 -n 20 ls -lgTd | sort +9 > $TMP
+done | xargs -0 -n 20 ls -lTd | sort +9 > $TMP
if [ ! -f $LOG/setuid.today ] ; then
separator
OpenPOWER on IntegriCloud