summaryrefslogtreecommitdiffstats
path: root/system/microcode_ctl/README
diff options
context:
space:
mode:
author Andrzej Telszewski2014-07-22 00:58:22 +0200
committer Willy Sudiarto Raharjo2014-07-22 01:13:20 +0200
commitcfc82f0a12d557e82b7a4aa66fc210b89b00dc85 (patch)
treee0f68240cb54a75b25054ee1e90f23497e76d4c9 /system/microcode_ctl/README
parent256a0c56a072cb1f1632e49adff009e372a82bf6 (diff)
downloadslackbuilds-cfc82f0a12d557e82b7a4aa66fc210b89b00dc85.tar.gz
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/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/microcode_ctl/README b/system/microcode_ctl/README
index 9f1bf92d33..75dfb01ced 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