Re: Syntax errors in 7.8 -> 7.9 upgrade instruction

Jonathan Gray <[email protected]>
Newsgroups gmane.os.openbsd.tech
Message-ID <[email protected]>
On Wed, Jun 10, 2026 at 09:56:20PM +1000, Jonathan Gray wrote:
> On Wed, Jun 10, 2026 at 01:31:39PM +0200, Anton Hvornum wrote:
> > Hi.
> > 
> > I posted to bugs@ earlier, but just found that diffs can be sent here, so
> > I'm shooting my shot in attempt to patch
> > https://www.openbsd.org/faq/upgrade79.html by doing:
> > 
> > diff --git a/faq/upgrade79.html b/faq/upgrade79.html
> > index 4f5e4cc91..9b2055a7a 100644
> > --- a/faq/upgrade79.html
> > +++ b/faq/upgrade79.html
> > @@ -352,7 +352,7 @@ unattended or interactive upgrade process is not
> > possible.
> > 
> >    <pre class="cmdbox">
> >    # cd /etc
> > -  # ifconfig trunk0 | awk '/lladdr/ { print "lladdr $2" } > hostname.aggr0
> > +  # ifconfig trunk0 | awk '/lladdr/ { print "lladdr " $2 }' >
> > hostname.aggr0
> 
> or perhaps just
> # ifconfig trunk0 | awk '/lladdr/ { print $1, $2 }' > hostname.aggr0

Thanks for the report, I committed the $1, $2 version.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.