gaim/www

file isExecutable
Remove the "CVS Info" link from the right side of the web page and
move the info from that page to the bottom of downloads.php
#!/bin/sh
if test "x$1" != x; then
SFUSER=$1
else
SFUSER=$USER
fi
/usr/bin/ssh $SFUSER@shell1.sourceforge.net 'cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'