From: Cole Robinson Date: Tue, 23 Feb 2010 23:17:56 +0000 (-0500) Subject: libvirtd: Better initscript error reporting X-Git-Tag: v0.7.7~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b39c2068e429a8ad118cc1f30e249d0b7bc97bb9;p=thirdparty%2Flibvirt.git libvirtd: Better initscript error reporting From time to time I bork my install, and hate it when the initscript returns no info. This patch removes the sanity check, which lets the shell give us 'command not found' or 'permission denied' errors. --- diff --git a/daemon/libvirtd.init.in b/daemon/libvirtd.init.in index 071fe2c0a4..b808ab352e 100644 --- a/daemon/libvirtd.init.in +++ b/daemon/libvirtd.init.in @@ -32,9 +32,6 @@ # pidfile: @localstatedir@/run/libvirtd.pid # -# Sanity checks. -[ -x @sbindir@/libvirtd ] || exit 0 - # Source function library. . @sysconfdir@/rc.d/init.d/functions