scripts/supercvs
krempp a3f2e962f4 import initial
darcs-hash:20000521151349-92525-270fbc67538c26fe7ab3efb6a9270bc5a5e7217c.gz
2000-05-21 17:13:49 +02:00

11 lines
238 B
Bash
Executable file

#!/bin/sh
#
# OS Pas propre mais c'est pas moi qui est commencé...
#
if [ `id -g` != 102 ] && [ X$CVSROOT = "X/home/httpd/CVS-Repository" ]; then
echo "Faire 'newgrp webcvs' avant de commencer !!!"
exit 1
fi
exec /usr/bin/cvs $*