Re: [Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-30 Thread Ian Jackson
Olaf Hering writes ("Re: [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec"): > Am Tue, 24 Sep 2019 15:17:43 +0100 > schrieb Ian Jackson : > > I think the ability of the admin to edit these scripts is important and I > > have used it myself in the past. > > Since they are scripts, t

Re: [Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-30 Thread Olaf Hering
Am Tue, 24 Sep 2019 15:17:43 +0100 schrieb Ian Jackson : > I might be open to argument on that for specific target operating systems if > the appropriate distro maintainers were to make a case. I provided reasons why the current default is not appropriate, and the change should be applied. Did

Re: [Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-24 Thread Olaf Hering
Am Tue, 24 Sep 2019 15:17:43 +0100 schrieb Ian Jackson : > I think the ability of the admin to edit these scripts is important and I > have used it myself in the past. Since they are scripts, they can be edited in any location. To me it is not clear what the case would be to diverge from the v

Re: [Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-24 Thread Ian Jackson
Ian Jackson writes ("Re: [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec"): > Olaf Hering writes ("[PATCH RESEND v1 2/8] tools: move scripts from etc to > libexec"): > > In the near future all fresh installations will have an empty /etc. > > Err, no ? More constructively: I think

Re: [Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-24 Thread Olaf Hering
Am Tue, 24 Sep 2019 15:09:58 +0100 schrieb Ian Jackson : > Err, no ? It will happen for sure: https://github.com/thkukuk/atomic-updates_and_etc/blob/master/README.md https://en.opensuse.org/openSUSE:Packaging_UsrEtc Olaf pgpK7xJyPc0sl.pgp Description: Digitale Signatur von OpenPGP

Re: [Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-24 Thread Ian Jackson
Olaf Hering writes ("[PATCH RESEND v1 2/8] tools: move scripts from etc to libexec"): > In the near future all fresh installations will have an empty /etc. Err, no ? Ian. ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproje

[Xen-devel] [PATCH RESEND v1 2/8] tools: move scripts from etc to libexec

2019-09-24 Thread Olaf Hering
In the near future all fresh installations will have an empty /etc. The content of this directory will not be controlled by the package manager anymore. One of the reasons for this move is to make snapshots more robust. As a first step into this direction, move the hotplug scripts to libexec becau