diff --git a/tools/webupdate b/tools/webupdate index f6a0c6946a..19ec25208a 100644 --- a/tools/webupdate +++ b/tools/webupdate @@ -37,7 +37,7 @@ # 2 - failure in CVS operations # 3 - failure in make operations # -# $FreeBSD: www/tools/webupdate,v 1.13 2004/09/26 11:55:51 simon Exp $ +# $FreeBSD: www/tools/webupdate,v 1.14 2004/11/07 11:04:09 simon Exp $ # # @@ -122,6 +122,12 @@ if [ $cond ]; then cvs -qR checkout -Pd relnotes/man4 src/share/man/man4 >> \ $LOGFILE 2>&1 || exit 2; + test -d relnotes6 || mkdir relnotes6; + cvs -qR checkout -Pd relnotes6/doc -rRELENG_6 src/release/doc >> \ + $LOGFILE 2>&1 || exit 2; + cvs -qR checkout -Pd relnotes6/man4 -rRELENG_6 src/share/man/man4 >> \ + $LOGFILE 2>&1 || exit 2; + test -d relnotes5 || mkdir relnotes5; cvs -qR checkout -Pd relnotes5/doc -rRELENG_5 src/release/doc >> \ $LOGFILE 2>&1 || exit 2;