You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/iprutils/files/iprupdate

12 lines
193 B

#!/sbin/openrc-run
depend() {
need logger iprinit
}
start() {
ebegin "Checking ipr microcode levels"
/sbin/iprupdate 2>&1 > /dev/null
eend $? "Failed to complete ipr microcode updates"
}