[BACK]Return to update_openbsdrc.example CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Annotation of openbsd/update_openbsd/update_openbsdrc.example, Revision 1.6

1.2       andrew      1: # Copy this to /etc/update_openbsd.conf or ~/.update_openbsdrc
1.6     ! andrew      2: # $AFresh1: update_openbsdrc.example,v 1.5 2010/02/10 20:57:07 andrew Exp $
1.1       andrew      3: SUDO=sudo
1.4       andrew      4: MIRROR=http://us.holligan.net/pub/OpenBSD
1.2       andrew      5:
1.6     ! andrew      6: PKG_PATH="/usr/ports/packages/`machine`/all/:${MIRROR}/`uname -r`/packages/`machine`/:http://rrlhcbtt0100.int.lhc.redrivernet.com/pub/OpenBSD/`uname -r`/packages/`machine`/"
1.3       andrew      7:
                      8: # Other things you might want to override
                      9: #FORCE_DIR=snapshots
                     10: #DESTDIR=
                     11: #RELEASEDIR=
                     12: #SYSMERGE=
                     13: #FTP_CMD=
1.2       andrew     14:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>