diff --git a/microcode_ctl.init b/microcode_ctl.init index 86cdaeb..08414f5 100755 --- a/microcode_ctl.init +++ b/microcode_ctl.init @@ -9,7 +9,7 @@ # PROGRAM the executable to run # ARGUMENTS the argument we're going to call PROGRAM with -DEVICE=/dev/cpu/0/microcode +DEVICE=/dev/cpu/microcode ARGUMENTS=-Qu RETVAL=0 PROGRAM=/sbin/microcode_ctl diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 86493b7..356e579 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -66,6 +66,9 @@ fi /sbin/chkconfig --add microcode_ctl %changelog +* Wed Jan 12 2005 Dave Jones +- Adjust dev node location. (#144963) + * Tue Jan 11 2005 Dave Jones - Load/Remove microcode module in initscript.