zsh-workers
 help / color / mirror / code / Atom feed
* [RFC] zsh completion for systemd
@ 2012-10-26  1:57 Daniel Wallace
  2012-10-26  8:53 ` Peter Stephenson
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Wallace @ 2012-10-26  1:57 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

So, I have expanded the zsh completion for systemd to include all of
the *ctl commands.  I really think it should be in the upstream package
though, but I started with the completion from the zsh repos.  So I
just wanted to make sure that it was ok before I sent the completion
upstream to systemd.

Thanks
-- 
Daniel Wallace
Archlinux Trusted User (gtmanfred)
Georgia Institute of Technology

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFC] zsh completion for systemd
  2012-10-26  1:57 [RFC] zsh completion for systemd Daniel Wallace
@ 2012-10-26  8:53 ` Peter Stephenson
  2012-10-28  7:35   ` Pierre Schmitz
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Stephenson @ 2012-10-26  8:53 UTC (permalink / raw)
  To: zsh-workers

On 26 October 2012 02:57, Daniel Wallace <daniel.wallace@gatech.edu> wrote:
> So, I have expanded the zsh completion for systemd to include all of
> the *ctl commands.  I really think it should be in the upstream package
> though, but I started with the completion from the zsh repos.  So I
> just wanted to make sure that it was ok before I sent the completion
> upstream to systemd.

Anything that works is fine... you can send the diffs here, too.

pws


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFC] zsh completion for systemd
  2012-10-26  8:53 ` Peter Stephenson
@ 2012-10-28  7:35   ` Pierre Schmitz
  2012-10-28  7:47     ` Daniel Wallace
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Schmitz @ 2012-10-28  7:35 UTC (permalink / raw)
  To: zsh-workers

Am 26.10.2012 10:53, schrieb Peter Stephenson:
> On 26 October 2012 02:57, Daniel Wallace <daniel.wallace@gatech.edu> wrote:
>> So, I have expanded the zsh completion for systemd to include all of
>> the *ctl commands.  I really think it should be in the upstream package
>> though, but I started with the completion from the zsh repos.  So I
>> just wanted to make sure that it was ok before I sent the completion
>> upstream to systemd.
> 
> Anything that works is fine... you can send the diffs here, too.

It would make sense to remove the completion from zsh then.

-- 
Pierre Schmitz, https://pierre-schmitz.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFC] zsh completion for systemd
  2012-10-28  7:35   ` Pierre Schmitz
@ 2012-10-28  7:47     ` Daniel Wallace
  2012-10-28 11:29       ` Christian Neukirchen
  2012-10-28 13:38       ` Peter Stephenson
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Wallace @ 2012-10-28  7:47 UTC (permalink / raw)
  To: Pierre Schmitz, zsh-workers

Pierre Schmitz <pierre@archlinux.de> wrote:

>Am 26.10.2012 10:53, schrieb Peter Stephenson:
>> On 26 October 2012 02:57, Daniel Wallace <daniel.wallace@gatech.edu>
>wrote:
>>> So, I have expanded the zsh completion for systemd to include all of
>>> the *ctl commands.  I really think it should be in the upstream
>package
>>> though, but I started with the completion from the zsh repos.  So I
>>> just wanted to make sure that it was ok before I sent the completion
>>> upstream to systemd.
>> 
>> Anything that works is fine... you can send the diffs here, too.
>
>It would make sense to remove the completion from zsh then.

Also it would need to be re licensed as systemd uses LGPLv2.1 which isn't compatible with gplv3.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFC] zsh completion for systemd
  2012-10-28  7:47     ` Daniel Wallace
@ 2012-10-28 11:29       ` Christian Neukirchen
  2012-10-28 13:38       ` Peter Stephenson
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Neukirchen @ 2012-10-28 11:29 UTC (permalink / raw)
  To: zsh-workers

Daniel Wallace <daniel.wallace@gatech.edu> writes:

> Pierre Schmitz <pierre@archlinux.de> wrote:
>
>>Am 26.10.2012 10:53, schrieb Peter Stephenson:
>>> On 26 October 2012 02:57, Daniel Wallace <daniel.wallace@gatech.edu>
>>wrote:
>>>> So, I have expanded the zsh completion for systemd to include all of
>>>> the *ctl commands.  I really think it should be in the upstream
>>package
>>>> though, but I started with the completion from the zsh repos.  So I
>>>> just wanted to make sure that it was ok before I sent the completion
>>>> upstream to systemd.
>>> 
>>> Anything that works is fine... you can send the diffs here, too.
>>
>>It would make sense to remove the completion from zsh then.
>
> Also it would need to be re licensed as systemd uses LGPLv2.1 which isn't compatible with gplv3.

Why does zsh even ship with GPLed files?  AFAICS these are the only:
_osc _zypper _systemd _darcs

-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFC] zsh completion for systemd
  2012-10-28  7:47     ` Daniel Wallace
  2012-10-28 11:29       ` Christian Neukirchen
@ 2012-10-28 13:38       ` Peter Stephenson
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Stephenson @ 2012-10-28 13:38 UTC (permalink / raw)
  To: Daniel Wallace, zsh-workers

On Sun, 28 Oct 2012 03:47:29 -0400
Daniel Wallace <daniel.wallace@gatech.edu> wrote:
> Pierre Schmitz <pierre@archlinux.de> wrote:
> >It would make sense to remove the completion from zsh then.

I'd prefer to leave it in and have anything systemd does install its own
version in preference.  The site-functions directory appears before the
distributed functions in the path.

> Also it would need to be re licensed as systemd uses LGPLv2.1 which
> isn't compatible with gplv3. 

As individual completion functions sit on top of the completion
system and don't provide a general API, they can be licensed
more freely than core components, where the depenencies would get
complicated (we could remove _systemd with no knock on effects, though I
don't see any reason to).  It's up to the author how they do it.

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-28 14:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-26  1:57 [RFC] zsh completion for systemd Daniel Wallace
2012-10-26  8:53 ` Peter Stephenson
2012-10-28  7:35   ` Pierre Schmitz
2012-10-28  7:47     ` Daniel Wallace
2012-10-28 11:29       ` Christian Neukirchen
2012-10-28 13:38       ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).