From: Michael Chapman Date: Thu, 31 Dec 2015 05:09:11 +0000 (+1100) Subject: spec: chkconfig(8) and service(8) are in /sbin/, not /bin/ X-Git-Tag: v1.3.1-rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e86757358ea8020c854ff2bdc619f0c7bf06cff;p=thirdparty%2Flibvirt.git spec: chkconfig(8) and service(8) are in /sbin/, not /bin/ Signed-off-by: Michael Chapman --- 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