=================================================================== RCS file: /cvs/openbsd/backup_config/backup_config,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openbsd/backup_config/backup_config 2009/05/21 23:41:08 1.6 +++ openbsd/backup_config/backup_config 2009/06/16 23:55:55 1.7 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: backup_config,v 1.5 2009/05/21 22:25:39 andrew Exp $ +# $RedRiver: backup_config,v 1.6 2009/05/21 22:41:08 andrew Exp $ if [ `id -u` -ne 0 ]; then echo You should run this as root! >&2 @@ -12,6 +12,7 @@ local _list="/root \ /etc \ /var/backups \ + /var/cron \ /var/www/conf" local _mcfile=`grep '^### .*\.mc' /etc/mail/sendmail.cf | cut -d ' ' -f 2`