From a236ea727fe0f99235f71b6bb138ca1e09d208a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 1 Feb 2016 23:03:39 +0100 Subject: Fix the wrong argument for start-stop-daemon in tdm-trinity.postinst on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- debian/squeeze/tdebase/debian/tdm-trinity.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/squeeze/tdebase/debian/tdm-trinity.postinst') diff --git a/debian/squeeze/tdebase/debian/tdm-trinity.postinst b/debian/squeeze/tdebase/debian/tdm-trinity.postinst index 24fc19bb4..282662484 100644 --- a/debian/squeeze/tdebase/debian/tdm-trinity.postinst +++ b/debian/squeeze/tdebase/debian/tdm-trinity.postinst @@ -63,7 +63,7 @@ for HOST in "" \ fi done # or if it's already running -if start-stop-daemon --stop --quiet --signal 0 --pid /var/run/tdm.pid --exec /opt/trinity/bin/tdm; then +if start-stop-daemon --stop --quiet --signal 0 --pidfile /var/run/tdm.pid --exec /opt/trinity/bin/tdm; then NOSTART=yes fi # or if the options file says not to -- cgit v1.2.3