=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsdrc.example,v retrieving revision 1.1 retrieving revision 1.6 diff -u -r1.1 -r1.6 --- openbsd/update_openbsd/update_openbsdrc.example 2008/05/29 19:26:49 1.1 +++ openbsd/update_openbsd/update_openbsdrc.example 2010/03/25 19:02:29 1.6 @@ -1,4 +1,14 @@ -# Copy this to ~/.update_openbsdrc +# Copy this to /etc/update_openbsd.conf or ~/.update_openbsdrc +# $AFresh1: update_openbsdrc.example,v 1.5 2010/02/10 20:57:07 andrew Exp $ SUDO=sudo +MIRROR=http://us.holligan.net/pub/OpenBSD + +PKG_PATH="/usr/ports/packages/`machine`/all/:${MIRROR}/`uname -r`/packages/`machine`/:http://rrlhcbtt0100.int.lhc.redrivernet.com/pub/OpenBSD/`uname -r`/packages/`machine`/" + +# Other things you might want to override #FORCE_DIR=snapshots -MIRROR=ftp://mp3s.hewus.com/pub/OpenBSD +#DESTDIR= +#RELEASEDIR= +#SYSMERGE= +#FTP_CMD= +