diff options
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 $? + } + |