From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Wed, 21 Nov 2007 01:23:27 +0000 (+1300)
Subject: Remove useless test for $DAEMON_WRAPPER.
X-Git-Tag: 0.5~9
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdf141ab6209ec5823ed01a24bbbd92100437ef;p=mythtv-status.git

Remove useless test for $DAEMON_WRAPPER.
---

diff --git a/debian/init.d b/debian/init.d
index 9c9e2dc..a90eee9 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -36,7 +36,6 @@ NAME=mythtv-status            # Introduce the short server's name here
 DESC="MythTV Status"          # Introduce a short description here
 
 test -x $DAEMON || exit 0
-test -x $DAEMON_WRAPPER || exit 0
 
 . /lib/lsb/init-functions