Download raw body.
[Patch] Change unconventional formatting in errata78.html
It has been the convention that there's a "<br>" line before the link to a patch. This is missing in 78.html [and Undeadly's fragile parser can't cope]. Patch below supplies the line. Cheers, Ross Index: errata78.html =================================================================== RCS file: /cvs/www/errata78.html,v diff -u -p -r1.3 errata78.html --- errata78.html 27 Oct 2025 17:41:10 -0000 1.3 +++ errata78.html 28 Oct 2025 06:07:29 -0000 @@ -124,6 +124,7 @@ syspatch # re-run new syspatch command a rm /root/syspatch dev_mkdb </pre> +<br> <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.8/common/001_syspatch.patch.sig"> A source code patch exists which remedies this problem.</a> <p>
[Patch] Change unconventional formatting in errata78.html