From 3e86757358ea8020c854ff2bdc619f0c7bf06cff Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Thu, 31 Dec 2015 16:09:11 +1100 Subject: [PATCH] spec: chkconfig(8) and service(8) are in /sbin/, not /bin/ Signed-off-by: Michael Chapman --- libvirt.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index c32e899835..3afef66f9c 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1792,9 +1792,9 @@ if [ $1 -ge 1 ] ; then /bin/systemctl start virtlogd.socket || : %else /sbin/chkconfig libvirtd 1>/dev/null 2>&1 && - /bin/chkconfig virtlogd on || : + /sbin/chkconfig virtlogd on || : /sbin/service libvirtd status 1>/dev/null 2>&1 && - /bin/service virtlogd start || : + /sbin/service virtlogd start || : %endif fi