[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.3

1.2       andrew      1: # Copy this to /etc/update_openbsd.conf or ~/.update_openbsdrc
1.3     ! andrew      2: # $RedRiver$
1.1       andrew      3: SUDO=sudo
                      4: MIRROR=ftp://mp3s.hewus.com/pub/OpenBSD
1.2       andrew      5:
                      6: PKG_PATH="/usr/ports/packages/`machine`/all/:http://mp3s.hewus.com/OpenBSD/`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>