chkconfig wasn't broken, I was :-)

This commit is contained in:
Jon Masters 2006-10-13 03:26:56 +00:00
parent cebfb0e83f
commit 0ee61d620d
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# chkconfig: - 0 99
# chkconfig: 2345 0 99
# description: script to apply cpu microcode
# vars:

View File

@ -71,7 +71,6 @@ vendor=`cat /proc/cpuinfo | grep "^vendor_id" | sort -u | awk -F ": " '{ print $
family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print $2 }'`
[ $family -lt 6 ] && exit 0
/sbin/chkconfig --add microcode_ctl
/sbin/chkconfig microcode_ctl on
%triggerpostun -- kernel-utils
# Only enable on Intel 686's and above.