CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/04 13:59:10
Modified files:
distrib/miniroot: install.sub
Log message:
Replace temporary file with variable
On supported -release systems, syspatch(8) -c is run from rc.firsttime(8)
and the list of patches it pretty-printed if non-empty.
-c output fits into a shell variable, not needing a temporary file, which
is also what usr.sbin/syspatch/syspatch.sh does internally.
OK millert
