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: Mathieu Roy
Subject: [Savannah-hackers] Re: assigning bugs to someone without giving him cvs commit rights
Date: 07 Mar 2003 18:08:47 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Done,

mdupont now use your "shell".


Norbert Bollow <address@hidden> said:

> 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

-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://stock.coleumes.org/gpg        <<




reply via email to

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