#!/usr/local/bin/bash # $Id$ export CVSROOT=anoncvs@anoncvs.fr.openbsd.org:/cvs VERSION=`uname -r` if [ -d /usr/ports ]; then cd /usr/ports cvs -z9 up -rOPENBSD_${VERSION/./_} else cd /usr cvs -z9 get -rOPENBSD_${VERSION/./_} -P ports fi