diff --git a/supercvs b/supercvs new file mode 100755 index 00000000..a85b5dc9 --- /dev/null +++ b/supercvs @@ -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 $* +