diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2014-07-22 05:58:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-22 06:13:20 +0700 |
commit | cfc82f0a12d557e82b7a4aa66fc210b89b00dc85 (patch) | |
tree | e0f68240cb54a75b25054ee1e90f23497e76d4c9 /system/microcode_ctl/README | |
parent | 256a0c56a072cb1f1632e49adff009e372a82bf6 (diff) |
system/microcode_ctl: Updated for version 1.26.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/microcode_ctl/README')
-rw-r--r-- | system/microcode_ctl/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/microcode_ctl/README b/system/microcode_ctl/README index 9f1bf92d3399..75dfb01cedec 100644 --- a/system/microcode_ctl/README +++ b/system/microcode_ctl/README @@ -19,8 +19,8 @@ http://downloadcenter.intel.com/default.aspx and should be placed under /lib/firmware/microcode.dat. To have the microcode updated each time at boot, start the included -init script in rc.local: +init script from /etc/rc.d/rc.local: -if [ -e "/etc/rc.d/rc.microcode_ctl" ]; +if [ -x /etc/rc.d/rc.microcode_ctl ]; then /etc/rc.d/rc.microcode_ctl start fi |