Page MenuHomeFreeBSD

motd: Adapt with recent changes.
ClosedPublic

Authored by delphij on May 23 2023, 4:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 12:50 AM
Unknown Object (File)
Mar 8 2024, 12:50 AM
Unknown Object (File)
Mar 8 2024, 12:34 AM
Unknown Object (File)
Mar 8 2024, 12:22 AM
Unknown Object (File)
Feb 20 2024, 6:16 AM
Unknown Object (File)
Feb 18 2024, 8:29 AM
Unknown Object (File)
Feb 6 2024, 7:25 PM
Unknown Object (File)
Feb 3 2024, 11:44 PM

Details

Summary

/etc/rc.d/motd: Update to accommodate changes in uname(1) and newvers.sh

The recent changes to the uname(1) command removed trailing spaces for
better POSIX conformance, but it broke the regular expression used by
the motd script which expected it. This commit addresses this by removing
the requirement, as it is no longer present.

Additionally, a recent change in newvers.sh introduced a new format for
uname -v, which omited the build number and build dates to improve
reproducible build support. This commit adds support for this new format.

Reported-by: Jamie Landeg-Jones <jamie@catflap.org>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij created this revision.

Nice.. there was a freebsd-version phabricator or pull request that can use these REs instead of the badly broken ones there now.

This revision is now accepted and ready to land.May 23 2023, 5:00 AM