adjust devnode location
This commit is contained in:
parent
8bb452b3cb
commit
ad832b91b6
@ -9,7 +9,7 @@
|
|||||||
# PROGRAM the executable to run
|
# PROGRAM the executable to run
|
||||||
# ARGUMENTS the argument we're going to call PROGRAM with
|
# ARGUMENTS the argument we're going to call PROGRAM with
|
||||||
|
|
||||||
DEVICE=/dev/cpu/0/microcode
|
DEVICE=/dev/cpu/microcode
|
||||||
ARGUMENTS=-Qu
|
ARGUMENTS=-Qu
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
PROGRAM=/sbin/microcode_ctl
|
PROGRAM=/sbin/microcode_ctl
|
||||||
|
@ -66,6 +66,9 @@ fi
|
|||||||
/sbin/chkconfig --add microcode_ctl
|
/sbin/chkconfig --add microcode_ctl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 12 2005 Dave Jones <davej@redhat.com>
|
||||||
|
- Adjust dev node location. (#144963)
|
||||||
|
|
||||||
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
||||||
- Load/Remove microcode module in initscript.
|
- Load/Remove microcode module in initscript.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user