--- /etc/init.d/foldingathome.orig 2005-01-26 14:58:52.000000000 +0200 +++ /etc/init.d/foldingathome 2005-02-04 22:57:29.611463656 +0200 @@ -3,6 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/files/folding-init.d-r1,v 1.2 2004/07/09 21:42:18 mr_bones_ Exp $ +opts="${opts} unitinfo" start() { ebegin "Starting Folding@home" if [ ! -f /opt/foldingathome/client.cfg ]; then @@ -27,3 +28,7 @@ eend $? } +unitinfo() { + cat /opt/foldingathome/unitinfo.txt + echo +}