FindPage
View Source:
KnowledgeBase/FreeBSD/MakeUpdate
Note:
You are viewing an old version of this page.
View the current version.
Populate /root/sup with supfiles copied from /usr/share/examples/cvsup <code brush=bash> mkdir -p /root/sup cp /usr/share/examples/cvsup/ports-supfile /root/sup/ports.sup cp /usr/share/examples/cvsup/stable-supfile /root/sup/RELENG_8_0.sup </code> Patch the supfiles to indicate your server du jour <code brush=bash> suptag="RELENG_8_0" supsrv="cvsup14.FreeBSD.org" sed -e "s/^\(\*default host=\).*$/\1${supsrv}/g" -e "s/^\(\*default release=cvs tag=\).*$/\1${suptag}/g" -i /root/sup/RELENG_8_0.sup sed -e "s/^\(\*default host=\).*$/\1${supsrv}/g" -i /root/sup/ports.sup </code>