savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: assigning bugs to someone without giving him cvs


From: Norbert Bollow
Subject: [Savannah-hackers] Re: assigning bugs to someone without giving him cvs commit rights
Date: Fri, 7 Mar 2003 12:05:53 +0100 (CET)

Mathieu Roy <address@hidden> wrote:

> But indeed, if you prefer, you can send me send "shell" that would
> refuse to execute any commands that contain the string "dotgnu-pnet"
> and I'll set his account to use that shell.

Here you go:


#! /bin/sh
# /usr/local/bin/cvssh-no-dotgnu-pnet
# a "shell" that denies access to dotgnu-pnet
# This little script is in the Public Domain.
case "X$*" in
*dotgnu-pnet*)
 echo "To access the dotgnu-pnet cvs repository, please use:" 1>&2
 echo "cvs -d:pserver:address@hidden:/cvsroot/dotgnu-pnet login" 1>&2
 sleep 2
 ;;
*)
 /usr/local/bin/cvssh $*
 ;;
esac


Greetings, Norbert.

-- 
Founder & Steering Committee member of http://gnu.org/projects/dotgnu/
Norbert Bollow, Weidlistr.18, CH-8624 Gruet (near Zurich, Switzerland)
Tel +41 1 972 20 59        Fax +41 1 972 20 69       http://norbert.ch




reply via email to

[Prev in Thread] Current Thread [Next in Thread]