import initial

darcs-hash:20000521151349-92525-270fbc67538c26fe7ab3efb6a9270bc5a5e7217c.gz
This commit is contained in:
krempp 2000-05-21 17:13:49 +02:00
parent ce3a18b196
commit a3f2e962f4

11
supercvs Executable file
View file

@ -0,0 +1,11 @@
#!/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 $*