From a3f2e962f45164764b481221b34ff1ea8b4ca7b3 Mon Sep 17 00:00:00 2001 From: krempp Date: Sun, 21 May 2000 17:13:49 +0200 Subject: [PATCH] import initial darcs-hash:20000521151349-92525-270fbc67538c26fe7ab3efb6a9270bc5a5e7217c.gz --- supercvs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 supercvs 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 $* +