stable/13 snapshot's /etc/rc.d/machine_id has use of main's startmsg from /etc/rc.subr so it reports 2 "eval: startmsg: not found"
Date: Sun, 22 Jan 2023 03:32:35 UTC
When I booted a new stable/13 snapshot install, the messaging
included:
. . .
Updating motd:.
eval: startmsg: not found
eval: startmsg: not found
Clearing /tmp (X related).
. . .
It looks like the "eval: startmsg: not found" lines
are from:
# grep -r "\<startmsg\>" /etc/
/etc/rc.d/machine_id: startmsg -n "Creating ${machine_id_file} "
/etc/rc.d/machine_id: startmsg 'done.'
(No more matches found.)
The following was not found on stable/13:
/etc/rc.subr:# startmsg
/etc/rc.subr:startmsg()
/etc/rc.subr: startmsg "Starting ${name}."
===
Mark Millard
marklmi at yahoo.com