freebsd-ports/sysutils/cpupdate/files/pkg-message.in
Eugene Grosbein e277e1c63a sysutils/cpupdate: introduce "service cpupdate download"
New command "service cpupdate download" targeted
for package users is equivalent to "make install-microcodes"
already present for ports users. (*)

Also, sync with Intel pack microcode-20200616 available from Github.
Bump PORTREVISION.

PR:		247766
Suggested by:	Walter von Entferndt (*)
2020-07-05 17:47:34 +00:00

18 lines
447 B
Text

[
{ type: install
message: <<EOM
NOTE: The following directories
%%CPM_DIR%%
%%INTEL_DIR%%
contain Intel and/or platomav/CPUMicrocodes collections respectively
if you have just built the port with corresponding CPM/INTEL option(s) enabled.
In this case you can run "make install-microcodes" to install them to
%%DATADIR%%
If you installed the package then you may download microcodes with following command:
service cpupdate download
EOM
}
]