=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/security,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/etc/Attic/security 2006/03/21 19:59:28 1.75 --- src/etc/Attic/security 2006/10/13 20:12:16 1.76 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: security,v 1.75 2006/03/21 19:59:28 david Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: security,v 1.76 2006/10/13 20:12:16 otto Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # *************** *** 650,656 **** BACK=/var/backups/$(_fnchg "$file").backup if [ -s $file -a ! -d $file ] ; then if [ -s $CUR ] ; then ! diff -u $CUR $file > $OUTPUT if [ -s $OUTPUT ] ; then echo "\n======\n${file} diffs (-OLD +NEW)\n======" cat $OUTPUT --- 650,656 ---- BACK=/var/backups/$(_fnchg "$file").backup if [ -s $file -a ! -d $file ] ; then if [ -s $CUR ] ; then ! diff -ua $CUR $file > $OUTPUT if [ -s $OUTPUT ] ; then echo "\n======\n${file} diffs (-OLD +NEW)\n======" cat $OUTPUT