also sprach Mattia Dongili <[EMAIL PROTECTED]> [2006.01.31.1752 +0100]: > > After I resume from suspend, cpufreqd does not change the frequency > > anymore. I have to reload it. The attached script can be dropped > > into /etc/hibernate/scriptlets.d/cpufreqd to automate the process. > > Please consider it. > > uhm. Yes, very nice but... which attached script? there's none :)
lol. -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! "aus der kriegsschule des lebens - was mich nicht umbringt, macht mich härter." - friedrich nietzsche
CpufreqdReload() { test -x /etc/init.d/cpufreqd || return 1 if $(command -v invoke-rc.d >/dev/null); then invoke-rc.d cpufreqd reload else /etc/init.d/cpufreqd reload fi } AddResumeHook 30 CpufreqdReload
signature.asc
Description: Digital signature (GPG/PGP)