=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/security,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/etc/Attic/security 2000/10/20 16:27:16 1.41 --- src/etc/Attic/security 2000/12/17 22:35:19 1.42 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: security,v 1.41 2000/10/20 16:27:16 millert Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: security,v 1.42 2000/12/17 22:35:19 marc Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # *************** *** 644,652 **** BACK=/var/backups/$(_fnchg "$file").backup if [ -s $file -a ! -d $file ] ; then if [ -s $CUR ] ; then ! diff $CUR $file > $OUTPUT if [ -s $OUTPUT ] ; then ! echo "\n======\n${file} diffs (OLD < > NEW)\n======" cat $OUTPUT cp -p $CUR $BACK cp -p $file $CUR --- 644,652 ---- 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 cp -p $CUR $BACK cp -p $file $CUR