Date: Sat, 21 Jan 2023 19:32:35 -0800 From: Mark Millard <marklmi@yahoo.com> To: FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Subject: 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" Message-ID: <212E6139-C634-4AE3-BFCF-F241D0C841CD@yahoo.com>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?212E6139-C634-4AE3-BFCF-F241D0C841CD>
