gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] multiple committers, again


From: Jan Hudec
Subject: Re: [Gnu-arch-users] multiple committers, again
Date: Wed, 25 Aug 2004 08:53:04 +0200
User-agent: Mutt/1.5.6+20040803i

On Tue, Aug 24, 2004 at 22:08:07 +0100, Stig Brautaset wrote:
> On Tue, Aug 24, 2004 at 03:57:32PM -0500, Robert Anderson wrote:
> > What else can be done?
> 
> I'd move tla to /usr/local/lib/tla and put something like the below in
> /usr/local/bin/tla:
> 
> #!/bin/sh
> TMP=`umask`
> umask 002
> /usr/local/lib/tla $*
> umask $TMP
> 
> That should work, no?

No. It wouldn't. This only sets umask on the client. But it's the server
where it has to be set. And umask doesn't propagate over sftp connection.

-------------------------------------------------------------------------------
                                                 Jan 'Bulb' Hudec 
<address@hidden>

Attachment: signature.asc
Description: Digital signature


reply via email to

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