remote: remove obsolete rule for generating sysvinit script
The sysvinit script was previously removed in commit 912fe2df9d8628b2f3d54485f1cb919cb124d07a Author: Andrea Bolognani <abologna@redhat.com> Date: Fri Mar 15 16:47:27 2019 +0100 Drop support for "Red Hat" init scripts A make rule was accidentally left behind. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
8033b4dec4
commit
2936c36747
@ -259,15 +259,6 @@ INSTALL_DATA_LOCAL += install-sasl
|
|||||||
UNINSTALL_LOCAL += uninstall-sasl
|
UNINSTALL_LOCAL += uninstall-sasl
|
||||||
endif WITH_SASL
|
endif WITH_SASL
|
||||||
|
|
||||||
libvirtd.init: remote/libvirtd.init.in $(top_builddir)/config.status
|
|
||||||
$(AM_V_GEN)sed \
|
|
||||||
-e 's|[@]localstatedir[@]|$(localstatedir)|g' \
|
|
||||||
-e 's|[@]sbindir[@]|$(sbindir)|g' \
|
|
||||||
-e 's|[@]sysconfdir[@]|$(sysconfdir)|g' \
|
|
||||||
< $< > $@-t && \
|
|
||||||
chmod a+x $@-t && \
|
|
||||||
mv $@-t $@
|
|
||||||
|
|
||||||
libvirtd.service: remote/libvirtd.service.in $(top_builddir)/config.status
|
libvirtd.service: remote/libvirtd.service.in $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)sed \
|
$(AM_V_GEN)sed \
|
||||||
-e 's|[@]localstatedir[@]|$(localstatedir)|g' \
|
-e 's|[@]localstatedir[@]|$(localstatedir)|g' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user