gaim/www

file isExecutable
Add Sametime to the list of supported protocols, add 'Novell' in front of GroupWise to match the About box, remove 'MSN window closing notification' from the feature list.
#!/bin/sh
if test "x$1" != x; then
/usr/bin/ssh $1@shell1.sourceforge.net 'umask 0002 && cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
else
/usr/bin/ssh shell1.sourceforge.net 'umask 0002 && cd /home/groups/g/ga/gaim && cvs -z3 update -Pd'
fi