diff options
-rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index 43d634eaa51..f927e03d395 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.48 2001/04/06 17:13:37 brad Exp $ +# $OpenBSD: security,v 1.49 2001/10/01 16:52:18 jakob Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -608,7 +608,7 @@ fi # the mtree(8) manual page. if [ -d /etc/mtree ] ; then cd /etc/mtree - mtree -e -p / -f /etc/mtree/special > $OUTPUT + mtree -e -l -p / -f /etc/mtree/special > $OUTPUT if [ -s $OUTPUT ] ; then echo "\nChecking special files and directories." echo "Output format is:\n\tfilename:" |