]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339818: rcorder(8):
authoreugen <eugen@FreeBSD.org>
Mon, 26 Nov 2018 13:30:00 +0000 (13:30 +0000)
committereugen <eugen@FreeBSD.org>
Mon, 26 Nov 2018 13:30:00 +0000 (13:30 +0000)
commit9837413dd9835df60a41e4cf3e30338bee65f358
tree2b8e853022e431df2de572517f5307cc87d4329f
parent34ed1bcd386b6dd87745e499bd98c7d224556039
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
etc/rc.resume
sbin/rcorder/rcorder.8
share/man/man8/rc.8
usr.sbin/acpi/acpiconf/acpiconf.8