]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirtd: Better initscript error reporting
authorCole Robinson <crobinso@redhat.com>
Tue, 23 Feb 2010 23:17:56 +0000 (18:17 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 25 Feb 2010 16:43:57 +0000 (11:43 -0500)
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.

daemon/libvirtd.init.in

index 071fe2c0a4660119dfa49165570c0ceffa61c694..b808ab352e151eacc790c0b2f9115a74a055326d 100644 (file)
@@ -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