ALT Linux Bugzilla
– Attachment 700 Details for
Bug 5926
fvcool needs /etc/init.d sctipt to start at boot
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
inid.d script
fvcool (text/plain), 784 bytes, created by
viy
on 2005-01-22 17:38:18 MSK
(
hide
)
Description:
inid.d script
Filename:
MIME Type:
Creator:
viy
Created:
2005-01-22 17:38:18 MSK
Size:
784 bytes
patch
obsolete
>#!/bin/sh > ># chkconfig: 2345 88 06 ># description: This script enables Athlon CPU cooling feature. it changes the PCI configuration data of the chipset (north bridge), and allow Athlon/Duron to go into power-save mode. Not recommended for SiS chipsets. ># > ># Source function library. >. /etc/rc.d/init.d/functions > >RETVAL=0 >SERVICENAME="AMD Athlon/Duron cooling" > >TryFVcool () >{ > if /usr/bin/fvcool $1 > then > RETVAL=$? > success $1 > else > RETVAL=$? > failure $1 > fi > return $RETVAL >} > > ># See how we were called. >case "$1" in > start) > echo -n "Enabling $SERVICENAME: " > TryFVcool -e > RETVAL=$? > ;; > stop) > echo -n "Disabling $SERVICENAME: " > TryFVcool -d > RETVAL=$? > ;; > restart) > "$0" stop; "$0" start > ;; > *) > echo "Usage: $0 {start|stop|restart}" > exit 1 >esac > >exit $RETVAL >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5926
: 700