Hello, while going through the upgrade guide for 5.5 I found two typos on the website:
In upgrade55.html it shoud read "and remove them from /etc/inetd.conf" instead "/etc/identd.conf" In faq4.html in section 4.3.4 (creating a bootable install flash drive) I found another typo. The raw device in the dd command shoud read /dev/rsd6c instead of rsd4c, as in the text the example is sd6. have a nice day guido Here are the diffs: upgrade55.html: --- upgrade55.html 2014-05-07 04:48:08.000000000 +0200 +++ upgrade55.html.new 2014-05-10 13:57:40.608551035 +0200 @@ -182,7 +182,7 @@ The new version runs as a daemon, rather than from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>. So, you will need to set your desired flags in <tt>/etc/rc.conf.local</tt> -and remove them from <tt>/etc/identd.conf</tt>. +and remove them from <tt>/etc/inetd.conf</tt>. <p> <a name="pfqueue"></a> faq4.html: --- faq4.html 2014-05-02 22:30:31.000000000 +0200 +++ faq4.html.new 2014-05-10 14:20:14.011095639 +0200 @@ -487,7 +487,7 @@ <p> Here is an OpenBSD example, assuming the device was recognized as "sd6": <table border=0 width="90%"><tr><td nowrap bgcolor="#EEEEEE"><pre> - # dd if=/location/install55.fs of=/dev/rsd4c bs=1m + # dd if=/location/install55.fs of=/dev/rsd6c bs=1m </pre></td></tr></table> Details of this will vary on other platforms -- the important things are: <ul>