upgrade44.html: patch
Toni Mueller <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I'd like the following patch be applied to this and further upgrade
notes:
--- upgrade44-original.html 2008-12-22 12:19:34.000000000 +0100
+++ upgrade44.html 2008-12-22 12:21:53.000000000 +0100
@@ -296,8 +296,8 @@
outage or system crash.
</p><p>
-</p></li><li><b>Install new <tt>/etc/firmware</tt> files and
-<tt>/sbin/ifconfig</tt> utility:</b>
+</p></li><li><b>Install new <tt>/etc/firmware</tt> files, the
+<tt>/sbin/ifconfig</tt> and the <tt>/sbin/pfctl</tt> utilities:</b>
Due to the fact that some uploaded "firmware" files may have been updated,
you may need to update the files in the <tt>/etc/firmware</tt> directory.
This will impact users of only a few devices, though all users can use
@@ -311,7 +311,8 @@
To extract the firmware files and ifconfig from <tt>base44.tgz</tt>,
use the following as root:
-<blockquote><pre><b>tar -C / -xzphf ${RELEASEPATH}/base44.tgz ./etc/firmware ./sbin/ifconfig</b>
+<blockquote><pre><b>tar -C / -xzphf ${RELEASEPATH}/base44.tgz
+./etc/firmware ./sbin/ifconfig ./sbin/pfctl</b>
</pre></blockquote>
<p>
The intention is clear: Have pf(4) enabled all the time... This should
not be a problem unless driver changes rename interfaces, like, this
time, in dc(4) and de(4), but then, not catering for this event would
leave the user's box without network connectivity in the first place.
Kind regards,
--Toni++