]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339818: rcorder(8)
authorEugene Grosbein <eugen@FreeBSD.org>
Mon, 26 Nov 2018 13:23:10 +0000 (13:23 +0000)
committerEugene Grosbein <eugen@FreeBSD.org>
Mon, 26 Nov 2018 13:23:10 +0000 (13:23 +0000)
commit81b5eaa2d1e9b8e165d74fc75c3ee817bddb7aa0
treecc85c0443d83c083787062864b3f2011193c18d4
parent8e2dbf775a1d4fd087c573a4c3d0fdfe79bfe1cc
MFC r339818: rcorder(8)

  Add support for /etc/rc.resume, so it calls
  "rcorder -k resume" and runs scripts containing "KEYWORD: resume"
  with single "resume" argument.

  Working example is the port sysutils/cpupdate that defines
  extra_commands="resume" to reload CPU microcode cleared
  by suspend/resume sequence.

  This change does nothing for a system having no scripts with
  KEYWORD: resume.

PR: 227866
Differential Revision: https://reviews.freebsd.org/D15247
libexec/rc/rc.resume
sbin/rcorder/rcorder.8
share/man/man8/rc.8
usr.sbin/acpi/acpiconf/acpiconf.8