summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2000-07-11 14:24:53 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2000-07-11 14:24:53 +0000
commit7c76474a64a3ed938c6648f592cda960248df851 (patch)
tree5035f06c6352c1ab474a0fd427bfb7950d05f4e3
parentc18552ea87f46c8db9ba82b6736a2f158d6b61cb (diff)
Notes
-rw-r--r--etc/security2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/security b/etc/security
index 7305feddd61a..574b0d893125 100644
--- a/etc/security
+++ b/etc/security
@@ -45,7 +45,7 @@ while [ $# -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 -lTd | sort +9 > ${TMP}
+done | xargs -0 -n 20 ls -liTd | sort +10 > ${TMP}
if [ ! -f ${LOG}/setuid.today ]; then
separator