import initial
darcs-hash:20000521151349-92525-270fbc67538c26fe7ab3efb6a9270bc5a5e7217c.gz
This commit is contained in:
parent
ce3a18b196
commit
a3f2e962f4
1 changed files with 11 additions and 0 deletions
11
supercvs
Executable file
11
supercvs
Executable 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 $*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue