--On 08 July 2005 06:54 -0400, Adam Gleave wrote:
I was trying to move this system to -stable from -release (both 3.7 -
of course). So, I consulted http://www.openbsd.org/stable.html and -
because of that - http://www.openbsd.org/anoncvs.html. I grabbed
src.tar.gz and sys.tar.gz from muk.kd85.com and then untar'ed them
both (tar xzf) - with no problems.
Sounds like the important 'cd /usr/src' step before untarring src was
either missed, or failed (e.g. if the directory didn't exist).
Can I suggest someone applies this to the www tree?:
Index: www/anoncvs.html
===================================================================
RCS file: /host/vervain/data/cvs/OpenBSD/www/anoncvs.html,v
retrieving revision 1.238
diff -u -r1.238 anoncvs.html
--- www/anoncvs.html 4 Jul 2005 13:59:03 -0000 1.238
+++ www/anoncvs.html 8 Jul 2005 11:24:15 -0000
@@ -128,8 +128,8 @@
To extract the source tree from the CD to <i>/usr/src</i> (assuming
the CD is
mounted on /mnt):
<pre>
- # <b>cd /usr/src; tar xzf /mnt/src.tar.gz</b>
- # <b>cd /usr; tar xzf /mnt/XF4.tar.gz</b>
+ # <b>cd /usr/src && tar xzf /mnt/src.tar.gz</b>
+ # <b>cd /usr && tar xzf /mnt/XF4.tar.gz</b>
# <b>tar xzf /mnt/ports.tar.gz</b>
</pre>