=================================================================== RCS file: /cvs/openbsd/backup_config/backup_config,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- openbsd/backup_config/backup_config 2009/10/26 20:40:33 1.9 +++ openbsd/backup_config/backup_config 2009/11/05 23:26:34 1.10 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: backup_config,v 1.8 2009/06/16 22:58:27 andrew Exp $ +# $RedRiver: backup_config,v 1.9 2009/10/26 19:40:33 andrew Exp $ if [ `id -u` -ne 0 ]; then echo You should run this as root! >&2 @@ -29,5 +29,5 @@ tar czf ${FILE} $_list -echo backed up $_list -echo "\tto $FILE" +echo backed up $_list to +echo "\t$FILE"