=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/security,v retrieving revision 1.48 retrieving revision 1.49 diff -c -r1.48 -r1.49 *** src/etc/Attic/security 2001/04/06 17:13:37 1.48 --- src/etc/Attic/security 2001/10/01 16:52:18 1.49 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: security,v 1.48 2001/04/06 17:13:37 brad Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: security,v 1.49 2001/10/01 16:52:18 jakob Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # *************** *** 608,614 **** # the mtree(8) manual page. if [ -d /etc/mtree ] ; then cd /etc/mtree ! mtree -e -p / -f /etc/mtree/special > $OUTPUT if [ -s $OUTPUT ] ; then echo "\nChecking special files and directories." echo "Output format is:\n\tfilename:" --- 608,614 ---- # the mtree(8) manual page. if [ -d /etc/mtree ] ; then cd /etc/mtree ! 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:"