Re: [Patch] - Add -u (update packages) to sysupgrade(8)

2021-08-27 Thread Aaron Poffenberger
On 2021-08-27 23:00 -0400, Daniel Jakots wrote: > On Fri, 27 Aug 2021 20:17:51 -0500, Aaron Poffenberger > wrote: > > > + ${PKGS} && echo "pkg_add -Iu" >> /etc/rc.firsttime > > I don't think this addition is worth it, but anyway this won't work for > people running -current when it's release

Re: [Patch] - Add -u (update packages) to sysupgrade(8)

2021-08-27 Thread Daniel Jakots
On Fri, 27 Aug 2021 20:17:51 -0500, Aaron Poffenberger wrote: > + ${PKGS} && echo "pkg_add -Iu" >> /etc/rc.firsttime I don't think this addition is worth it, but anyway this won't work for people running -current when it's release time and the release isn't available yet (-Dsnap). Cheers,

[Patch] - Add -u (update packages) to sysupgrade(8)

2021-08-27 Thread Aaron Poffenberger
Following is patch to add a flag to upgrade packages during rc.firsttime after a sysupgrade. --Aaron Index: sysupgrade.8 === RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade.8,v retrieving revision 1.10 diff -u -p -u -r1.10

sys: create tags links (for netinet6)

2021-08-27 Thread Klemens Nanni
`make tags' generates per-arch tag files but nothing seems to call the "links" target which actually points to besaid tag file from the various subdirectories, i.e. editors in sys/kern/netinet6/ wouldn't be able to use tags out of the box. Of course, the directory I was hacking in was somehow

Re: fortune(6): Veni, vidi, vici

2021-08-27 Thread Giovanni Bechis
On Mon, Aug 23, 2021 at 09:42:28PM +0100, Jason McIntyre wrote: > On Mon, Aug 23, 2021 at 08:18:13PM +0200, Alessandro De Laurenzis wrote: > > Greetings, > > > > I was reluctant to submit this patch, since I'm not a native English > > speaker and this could be a wordplay joke, but if not, and it

Re: route(1): add an address family validation

2021-08-27 Thread Claudio Jeker
On Fri, Aug 27, 2021 at 03:58:23PM +0900, morimoto wrote: > hi, > I found an interesting issue while toying routing. > route(1) accepts IPv4 destination and IPv6 gateway entry. > command is as below: > route add 192.0.2.1 2001:db8::1 > > Curiously it has no error. > The entry is pointless, I

route(1): add an address family validation

2021-08-27 Thread morimoto
hi, I found an interesting issue while toying routing. route(1) accepts IPv4 destination and IPv6 gateway entry. command is as below: route add 192.0.2.1 2001:db8::1 Curiously it has no error. The entry is pointless, I think it should teach a mistake. If destination and gateway address family