]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: chkconfig(8) and service(8) are in /sbin/, not /bin/
authorMichael Chapman <mike@very.puzzling.org>
Thu, 31 Dec 2015 05:09:11 +0000 (16:09 +1100)
committerLaine Stump <laine@laine.org>
Tue, 5 Jan 2016 22:28:05 +0000 (17:28 -0500)
Signed-off-by: Michael Chapman <mike@very.puzzling.org>
libvirt.spec.in

index c32e8998354afa55741ab0255356b93ba3eac14d..3afef66f9c600130bb98aa89305e19bd5a3d0db9 100644 (file)
@@ -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