|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] Fix install.sh for systemd
On Wed, Apr 26, 2023 at 6:40 AM Olaf Hering <olaf@xxxxxxxxx> wrote:
>
> Wed, 26 Apr 2023 11:07:17 +0200 Jan Beulich <jbeulich@xxxxxxxx>:
>
> > On 26.04.2023 10:47, Olaf Hering wrote:
> > > XEN_RUN_DIR and most likely also XEN_RUN_STORED have to be removed from
> > > make install.
> > ... this suggests to me that you really mean the change doesn't go far
> > enough, but that's then different from nack-ing a change. Can you please
> > clarify this for me (and maybe also for Jason, depending on how he has
> > read your replies)?
>
> I think the change should look like this, the runtime directories have to be
> created at runtime.
Thanks, Olaf. Yes, I think your approach is better. Will you submit
it as a formal patch? I'm happy to test it.
> --- a/tools/hotplug/Linux/init.d/xendriverdomain.in
> +++ b/tools/hotplug/Linux/init.d/xendriverdomain.in
> @@ -49,6 +49,7 @@ fi
>
> do_start () {
> echo Starting xl devd...
> + mkdir -m700 -p ${XEN_RUN_DIR}
This one should be "@XEN_RUN_DIR@"?
Thanks,
Jason
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |