=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/security,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** src/etc/Attic/security 2004/08/25 19:17:30 1.67 --- src/etc/Attic/security 2004/08/25 19:59:29 1.68 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: security,v 1.67 2004/08/25 19:17:30 millert Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: security,v 1.68 2004/08/25 19:59:29 millert Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # *************** *** 696,702 **** file=/var/backups/disklabel.$d CUR=$file.current BACK=$file.backup ! if disklabel $d > /var/backups/disklabel.$d 2>&1 ; then if [ -s $CUR ] ; then diff -u $CUR $file > $OUTPUT if [ -s $OUTPUT ] ; then --- 696,702 ---- file=/var/backups/disklabel.$d CUR=$file.current BACK=$file.backup ! if disklabel $d > $file 2>&1 ; then if [ -s $CUR ] ; then diff -u $CUR $file > $OUTPUT if [ -s $OUTPUT ] ; then