summaryrefslogtreecommitdiff
path: root/etc/security
diff options
context:
space:
mode:
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 65ca81d5726..c02c13f7d65 100644
--- a/etc/security
+++ b/etc/security
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: security,v 1.38 2000/07/23 19:49:17 rohee Exp $
+# $OpenBSD: security,v 1.39 2000/10/06 17:35:30 aaron Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@@ -18,7 +18,7 @@ OUTPUT=$DIR/_secure6
if ! mkdir $DIR ; then
printf "tmp directory %s already exists, looks like:\n" $DIR
- ls -alF $DIR
+ ls -alqF $DIR
exit 1
fi