adjust devnode location

This commit is contained in:
Dave Jones 2005-01-13 04:23:43 +00:00
parent 8bb452b3cb
commit ad832b91b6
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -66,6 +66,9 @@ fi
/sbin/chkconfig --add microcode_ctl
%changelog
* Wed Jan 12 2005 Dave Jones <davej@redhat.com>
- Adjust dev node location. (#144963)
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
- Load/Remove microcode module in initscript.