Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-29 Thread William Giokas
On Mon, Jul 29, 2013 at 04:07:31PM +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Jul 25, 2013 at 02:00:06PM -0500, William Giokas wrote: > > Moved zsh shell completion to shell-completion/zsh/_systemd for > > automake's sake. Also allow users to specify where the files should go > > with:: >

Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-29 Thread William Giokas
On Mon, Jul 29, 2013 at 12:23:54PM -0500, William Giokas wrote: > On Mon, Jul 29, 2013 at 04:07:31PM +0200, Zbigniew Jędrzejewski-Szmek wrote: > > On Thu, Jul 25, 2013 at 02:00:06PM -0500, William Giokas wrote: > > > Moved zsh shell completion to shell-completion/zsh/_systemd for > > > automake's s

Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-29 Thread William Giokas
On Mon, Jul 29, 2013 at 04:07:31PM +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Jul 25, 2013 at 02:00:06PM -0500, William Giokas wrote: > > Moved zsh shell completion to shell-completion/zsh/_systemd for > > automake's sake. Also allow users to specify where the files should go > > with:: >

Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-29 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jul 25, 2013 at 02:00:06PM -0500, William Giokas wrote: > Moved zsh shell completion to shell-completion/zsh/_systemd for > automake's sake. Also allow users to specify where the files should go > with:: Makes sense, imho. Should we go one step further and split _systemd like the bash compl

Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-27 Thread Daniel Wallace
On Sat, Jul 27, 2013 at 5:30 PM, Garry T. Williams wrote: > On 7-26-13 00:41:11 Michael Biebl wrote: > > 2013/7/25 William Giokas <1007...@gmail.com>: > > > Moved zsh shell completion to shell-completion/zsh/_systemd for > > > automake's sake. Also allow users to specify where the files > > > shou

Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-27 Thread Garry T. Williams
On 7-26-13 00:41:11 Michael Biebl wrote: > 2013/7/25 William Giokas <1007...@gmail.com>: > > Moved zsh shell completion to shell-completion/zsh/_systemd for > > automake's sake. Also allow users to specify where the files > > should go with:: > > > > ./configure --with-zshcompletiondir=/path/to/s

Re: [systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-25 Thread Michael Biebl
2013/7/25 William Giokas <1007...@gmail.com>: > Moved zsh shell completion to shell-completion/zsh/_systemd for > automake's sake. Also allow users to specify where the files should go > with:: > > ./configure --with-zshcompletiondir=/path/to/some/where > > and by default going to `$datadir/zsh/s

[systemd-devel] [PATCH] shell-completion: fix zsh completion installation

2013-07-25 Thread William Giokas
Moved zsh shell completion to shell-completion/zsh/_systemd for automake's sake. Also allow users to specify where the files should go with:: ./configure --with-zshcompletiondir=/path/to/some/where and by default going to `$datadir/zsh/site-functions` --- Honestly, this is my first foray into