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

2021-08-30 Thread Aaron Poffenberger
On 2021-08-30 22:16 +0100, Stuart Henderson wrote: > On 2021/08/28 09:26, Sebastien Marie wrote: > > On Fri, Aug 27, 2021 at 08:17:51PM -0500, Aaron Poffenberger wrote: > > > Following is patch to add a flag to upgrade packages during > > > rc.firsttime after a sysupgrade. > > > > > > > if you

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

2021-08-30 Thread Stuart Henderson
On 2021/08/28 09:26, Sebastien Marie wrote: > On Fri, Aug 27, 2021 at 08:17:51PM -0500, Aaron Poffenberger wrote: > > Following is patch to add a flag to upgrade packages during > > rc.firsttime after a sysupgrade. > > > > if you need this flag, is it a ponctual usage (running sysupgrade with >

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

2021-08-28 Thread Florian Obser
Oooh, neat. Thanks for this! On 2021-08-28 09:26 +02, Sebastien Marie wrote: > On Fri, Aug 27, 2021 at 08:17:51PM -0500, Aaron Poffenberger wrote: >> Following is patch to add a flag to upgrade packages during >> rc.firsttime after a sysupgrade. >> > > if you need this flag, is it a ponctual

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

2021-08-28 Thread Sebastien Marie
On Fri, Aug 27, 2021 at 08:17:51PM -0500, Aaron Poffenberger wrote: > Following is patch to add a flag to upgrade packages during > rc.firsttime after a sysupgrade. > if you need this flag, is it a ponctual usage (running sysupgrade with the flag or not, depending the moment) ? or you will use

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

2021-08-28 Thread Stuart Henderson
On 2021/08/27 23:07, Aaron Poffenberger wrote: > 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

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