#!/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 -avP $RELEASEDIR/ \ us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/