Re: Per-user package configuration

2016-07-01 Thread Jonathan Dowland
On Fri, Jul 01, 2016 at 09:22:10AM +0200, Ansgar Burchardt wrote: > Dmitry Bogatov writes: > > I am working on runit process supervision suite, and I want to provide > > user-local supervision support out-of-binary-package. User-local > > supervision for > > requires one file pre user in /etc. (W

Re: Per-user package configuration

2016-07-01 Thread Dmitry Bogatov
> > But seems that debconf templates are static, and I can't dynamically > > generate list of choices (users). But I need to, since users can be > > added and removed, and I want 'dpkg-reconfigure' handle it. > > Debconf templates are not static. You have the freedom to insert > variables in the t

Re: Per-user package configuration

2016-07-01 Thread Ansgar Burchardt
Dmitry Bogatov writes: > I am working on runit process supervision suite, and I want to provide > user-local supervision support out-of-binary-package. User-local supervision > for > requires one file pre user in /etc. (Well, true is a > bit more complex, but nevermind). One extra will be spawned

Re: Per-user package configuration

2016-06-30 Thread Paul Gevers
Hi Dmitry, On 01-07-16 00:50, Dmitry Bogatov wrote: > But seems that debconf templates are static, and I can't dynamically > generate list of choices (users). But I need to, since users can be > added and removed, and I want 'dpkg-reconfigure' handle it. Debconf templates are not static. You hav

Per-user package configuration

2016-06-30 Thread Dmitry Bogatov
Hello! I am working on runit process supervision suite, and I want to provide user-local supervision support out-of-binary-package. User-local supervision for requires one file pre user in /etc. (Well, true is a bit more complex, but nevermind). One extra will be spawned per user). Question is: