Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
foldingathome-3.24.ebuild: Switched to "version B" of the program, which is glibc 2.3.* compatible. files/folding-init.d: When stopping, try first to kill FahCore_78.exe (on my computer it segfault else).
Created an attachment (id=10939) [edit] The new init script
Created an attachment (id=10940) [edit] An updated changelog
Created an attachment (id=10941) [edit] The updated ebuild
Updated, thanks for finding this!
Thanks! But i've made to little error in the updated rc script: "killall foo >/dev/null" print something at screen if the process don't exist. It's better to use "killall -q foo". And I should have put the the test at line 17 in "[ ]". Please excuse me for those errors, and thanks again for your work on this ebuild ^_^ (i really like this project).
fixed