=================================================================== RCS file: /cvs/openbsd/update_openbsd/upload_release,v retrieving revision 1.1 retrieving revision 1.5 diff -u -r1.1 -r1.5 --- openbsd/update_openbsd/upload_release 2006/11/07 17:32:10 1.1 +++ openbsd/update_openbsd/upload_release 2010/02/25 16:24:00 1.5 @@ -1,5 +1,19 @@ #!/bin/sh +RSYNC=`which rsync` + +if [ $? != 0 ]; then + sudo pkg_add -i rsync + RSYNC=`which rsync` + if [ $? != 0 ]; then + echo RSYNC not installed! + exit + fi +fi + RELEASEDIR=/usr/release -rsync -av $RELEASEDIR/ rrlhcmp30100:/home/ftp/pub/OpenBSD/`uname -r`/`machine`/ +ls $RELEASEDIR > $RELEASEDIR/index.txt + +rsync -avP $RELEASEDIR/ \ + us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/