=================================================================== RCS file: /cvs/openbsd/backup_config/backup_config,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbsd/backup_config/backup_config 2009/12/10 07:38:59 1.12 +++ openbsd/backup_config/backup_config 2010/02/10 20:57:07 1.13 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: backup_config,v 1.11 2009/11/17 16:48:14 andrew Exp $ +# $AFresh1: backup_config,v 1.11 2009/11/17 16:48:14 andrew Exp $ if [ `id -u` -ne 0 ]; then echo You should run this as root! >&2