Hi,I have Nnetbsd-8-0-RELEASE in a CVS Tag file. sysbuild does not like that.
What about this patch?
$NetBSD$ --- default.conf.orig 2013-07-28 19:30:23.000000000 +0000 +++ default.conf @@ -33,7 +33,7 @@ else CVSROOT=":ext:anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot" fi if [ -f "${SRCDIR}/CVS/Tag" ]; then - CVSTAG="$(sed -e 's,^T,,' ${SRCDIR}/CVS/Tag)" + CVSTAG="$(sed -e 's,^[NT],,' ${SRCDIR}/CVS/Tag)" else if ! head -n 1 /etc/release | grep 99 >/dev/null; then CVSTAG="$(head -n 1 /etc/release | cut -d . -f 1 \