From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13528 invoked by alias); 27 May 2015 19:18:40 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35303 Received: (qmail 23179 invoked from network); 27 May 2015 19:18:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=thequod.de; h= content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:from:from:date:date:message-id :received:received; s=postfix2; t=1432754313; bh=UpQYddM73RxErAq 1M9uJONfxz7nIfPOcuB9lpqFIyEs=; b=j93x2k6SNOU0XXQUkg2ZX+goYgCYeHa UEjM9USkbwZTsw/eUfUkbRNdf/h3+uPijVTYLJPJbULhj7JG18f9tUa+yjM9RiuG 8WGhSNWiUKe1ahlgAGnJD58D5z8hgaR7/pWApZKAIe1dBOm+DUPe0oY1D41G8Icu Jx4Onz7D1jX0= Message-ID: <55661888.90203@thequod.de> Date: Wed, 27 May 2015 21:18:32 +0200 From: Daniel Hahler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Zsh Hackers' List Subject: Remove systemd completion: provided by upstream Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I've noticed that systemd maintains its own systemd completion, which seems to be well maintained. It is installed into /usr/share/zsh/vendor-completions, which I had to manually add to my $fpath (because I build Zsh myself), but it would be there already for the Zsh from Ubuntu. Therefore the completion in Zsh (Completion/Unix/Command/_systemd) should be removed probably. Given that this is the case, would it still require to send the patch for this to the mailinglist before removing it from Git? Regards, Daniel.