From: Ian Jackson Date: Thu, 7 Feb 2019 15:02:25 +0000 (+0000) Subject: tools: init scripts: xencommons: Provides `xen' X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2570 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01097e0194321d27262513cf1291fddfea1606c3;p=xen.git tools: init scripts: xencommons: Provides `xen' It is useful to have a single `xen' facility (in the LSB Provides namespace). That allows other facilities to specify that they should go after `xen' without needing to know the implementation details. This service name is already Provide'd by the (fairly different) init scripts used in Debian. Signed-off-by: Ian Jackson Acked-by: Wei Liu Release-acked-by: Juergen Gross --- diff --git a/tools/hotplug/Linux/init.d/xencommons.in b/tools/hotplug/Linux/init.d/xencommons.in index a33058ed44..581b02c27a 100644 --- a/tools/hotplug/Linux/init.d/xencommons.in +++ b/tools/hotplug/Linux/init.d/xencommons.in @@ -7,7 +7,7 @@ # chkconfig: 2345 70 10 # description: Starts and stops xenstored and xenconsoled ### BEGIN INIT INFO -# Provides: xenstored xenconsoled +# Provides: xenstored xenconsoled xen # Required-Start: $syslog $remote_fs # Should-Start: # Required-Stop: $syslog $remote_fs