April 19, 2002
The OpenBSD CVS Dance [ Software ]
And for an encore, I did the update-sources-and-recompile dance for OpenBSD on temujin.
Initial get for CVS sources in /usr/src
# cd /usr # cvs -q get -rOPENBSD_2_8 -P src [ CVS errors : cannot read CVS/Entries ] # mkdir src/CVS # touch src/CVS/Entries # cvs -q get -rOPENBSD_2_8 -P src [ CVS errors : cannot read CVS/Repository ] # echo "src" > src/CVS/Repository # cvs -q get -rOPENBSD_2_8 -P src [ updating CVS files ... ]
Updating CVS sources in /usr/src
# cd /usr # cvs -q up -rOPENBSD_2_8 -Pd src [ CVS errors : move foo.c out of the way ] # rm src/foo.c # cvs -q up -rOPENBSD_2_8 -Pd src
Recompiling kernel
# cd /usr/src/sys/arch/sparc/conf # cp GENERICPosted by edobbs at April 19, 2002 08:12 AM# /usr/sbin/config # cd ../compile/ # make clean && make depend && make # cp -p /bsd /bsd.old # cp bsd /bsd # reboot
Original content copyright ©1995-2006 Eric Dobbs, except where otherwise noted.
