Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Fix little chown completion annoyance
- X-seq: zsh-workers 29727
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: PATCH: Fix little chown completion annoyance
- Date: Sat, 27 Aug 2011 19:45:21 +0200
- Cc: Mailing-list zsh-workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rqDFPGeapYCpBIwQ1y04tHBwWtGNO4psV89wvRPwhXI=; b=kwVT6KCKLcRdMDNgSCA92qvylpVk2rdch1lZaVxbRoPziaRe3Sg9GokMqbNO1G4kNt HiBY+M2pI1hnp3HPHy2JHwkM0r8vKT5UsX4gj8lmL5cdzG1h8/8RIvmii5fB+Bokvm/C 63kRX5r31g0NBf7w2teN8nQIdoNAAtswX8YCM=
- In-reply-to: <CAHYJk3Sw3FkbAP=jAq4WHroWcFmEB2uT1ekKCg7BrQVrpuoUUg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CA+mcLN4eomSzHzHQSQeYVV1aGfmX0eE6tmL3mHBKL=Rv35TDmg@mail.gmail.com> <CAHYJk3Sw3FkbAP=jAq4WHroWcFmEB2uT1ekKCg7BrQVrpuoUUg@mail.gmail.com>
Hum, yes, I guess I'm feeling annoyed by this because I always specify the
group (explicitly or with the colon suffix), but most others don't. Let's
forget about this.
-- Julien
2011/8/27 Mikael Magnusson <mikachu@xxxxxxxxx>
> On 27 August 2011 19:29, Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
> wrote:
> > Hi all,
> > 'chown user: path' is valid syntax, so the colon after "user" should not
> be
> > automatically removed.
>
> This appears to be a GNU extension, and does the much more annoying
> thing of changing the group of the files to the main group of the
> specified user, so with the proposed change, everyone would need to
> backspace away the colon to not change the group. Plus it breaks on
> systems that don't use GNU chown.
>
> --
> Mikael Magnusson
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author