diff options
author | Michael Weber <xmw@gentoo.org> | 2012-12-04 00:31:06 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-12-04 00:31:06 +0000 |
commit | 0c87935fb17a61e509a6c496441b39ae6a9576f3 (patch) | |
tree | 3310c4f253f71894f567a5b1f58dad116eef065a /app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch | |
parent | minor patch to 2.48-r2, fixes bug #425748 , thanks to Alexey Kretov (domini ... (diff) | |
download | gentoo-2-0c87935fb17a61e509a6c496441b39ae6a9576f3.tar.gz gentoo-2-0c87935fb17a61e509a6c496441b39ae6a9576f3.tar.bz2 gentoo-2-0c87935fb17a61e509a6c496441b39ae6a9576f3.zip |
Revbump to respect config file.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch')
-rw-r--r-- | app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch b/app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch new file mode 100644 index 000000000000..82acbe91de39 --- /dev/null +++ b/app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch @@ -0,0 +1,11 @@ +--- thinkfan-0.8.1/rcscripts/thinkfan.gentoo ++++ thinkfan-0.8.1/rcscripts/thinkfan.gentoo +@@ -11,7 +11,7 @@ + + start() { + ebegin "Starting thinkfan" +- start-stop-daemon --start --exec /usr/sbin/thinkfan -- -q -s5 ++ start-stop-daemon --start --exec /usr/sbin/thinkfan -- -q -s5 -c /etc/thinkfan.conf + eend $? + } + |