The checked gogoc config is not the one in error message, checked /etc/gogoc/gogoc.conf but reported /etc/gogoc.conf 's nonexistence. Reproducible: Always Steps to Reproduce: 1. emerge -avq gogoc 2. /etc/init.d/gogoc start Actual Results: Unable to find configuration file /etc/gogoc.conf Expected Results: Unable to find configuration file /etc/gogoc/gogoc.conf Could be fix by this: cd /usr/portage/net-misc/gogoc/files && \ sed -i -e '/checkconfig()/,/}/s/\/etc\/gogoc.conf/\/etc\/gogoc\/gogoc.conf/' gogoc.rc
Indeed, thanks for the report! This is now fixed in CVS