vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
552 stars 62 forks source link

openrc runscript: modernize #61

Closed Whissi closed 5 years ago

Whissi commented 5 years ago
 * Please fix the ebuild to use correct FHS/Gentoo policy paths.
 * QA Notice: shell script appears to use non-POSIX feature(s):
 *    possible bashism in etc/init.d/thinkfan line 22 ('$(< foo)' should be '$(cat foo)'):
 *      PID=$(</var/run/thinkfan.pid)