#!/bin/sh VER=$(uname -r | sed -e 's/-.*//g' -e 's/\.//g') ARCH=$(uname -m) if [ ${VER} -eq 120 ] ; then VER=head PBRANCH=default else PBRANCH=quarterly fi mkdir -p /usr/local/etc/pkg/repos cat > /usr/local/etc/pkg/repos/ovmtest.conf <