Garance A Drosehn wrote:
> Not that it helps you much, but I did notice it and have an alternate
> version of rc.d/motd on my own systems. I had no particular attachment
> to the earlier format, so my motd starts out by printing the two lines
> of:
> ```
> -KU 1302505 1302505 -b 18fa15f83c4
On 22 May 2023, at 23:18, Jamie Landeg-Jones wrote:
I've just finally updated to 13-stable, and can't be the first to
notice this?!
/etc/rc.d/motd contains the line:
uname -v | sed -e 's,^\([^#]*\) #\(.*
[1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1 (\3) #\2,'
Note the space before the "$" - nee
Xin Li wrote:
> Maybe https://reviews.freebsd.org/D40225 ?
>
> (Nice find by the way! I always feel that something was not right but
> haven't looked close enough.)
Thanks! What is the best way to report things like this in the future?
I'm happy to create a phabricator report, Enji suggested
> On May 22, 2023, at 11:06 PM, Enji Cooper wrote:
>
>>
>> On May 22, 2023, at 8:18 PM, Jamie Landeg-Jones wrote:
>>
>> I've just finally updated to 13-stable, and can't be the first to notice
>> this?!
>>
>> /etc/rc.d/motd contains the line:
>>
>> uname -v | sed -e 's,^\([^#]*\) #\(.* [1
> On May 22, 2023, at 8:18 PM, Jamie Landeg-Jones wrote:
>
> I've just finally updated to 13-stable, and can't be the first to notice
> this?!
>
> /etc/rc.d/motd contains the line:
>
> uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1
> (\3) #\2,'
>
> Note the sp
On 2023-05-22 8:18 PM, Jamie Landeg-Jones wrote:
I've just finally updated to 13-stable, and can't be the first to notice this?!
/etc/rc.d/motd contains the line:
uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1
(\3) #\2,'
Note the space before the "$" - needed be
I've just finally updated to 13-stable, and can't be the first to notice this?!
/etc/rc.d/motd contains the line:
uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1
(\3) #\2,'
Note the space before the "$" - needed because the uname -v output used
to have a trailing s