From a895bff912439caf375e55c90c0cb6ad32525db1 Mon Sep 17 00:00:00 2001 From: Magnus Stubman Date: Tue, 31 Jul 2012 19:09:20 +0200 Subject: [PATCH] Altered README.md for Gentoo init usage --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c6df88..f0d75ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fan-Control-Daemon Introduction --------------------- -This is an enhanced version of [rvega's Fan-Control-Daemon](https://github.com/rvega/Fan-Control-Daemon), +This is an enhanced version of [CeRiAl's Fan-Control-Daemon](https://github.com/CeRiAl/Fan-Control-Daemon), which itself is an enhanced version of [rvega's Fan-Control-Daemon](https://github.com/rvega/Fan-Control-Daemon), which itself is an enhanced version of [Allan McRae mbpfan](http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/) Fan-Control-Daemon is a daemon that uses input from coretemp module and sets the fan speed using the applesmc module. @@ -49,6 +49,10 @@ Then, add it to the default runlevels with sudo update-rc.d mbpfan defaults (Ubu An init file suitable for Fedora (and probably RedHat) can be found in the file mbpfan.init.fedora +An init file is available for gentoo users: mbpfan.init.gentoo +To install, run # cp mbpfan.init.gentoo /etc/init.d/mbpfan +To automatically run mbpfan at boot, run # rc-update add mbpfan default + Run Instructions ---------------------