summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-02-01 23:03:39 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-02-01 23:03:39 +0100
commita236ea727fe0f99235f71b6bb138ca1e09d208a3 (patch)
treec63c73fdacfed44423d4c14802bdf847a0c8669b /ubuntu/maverick/tdebase
parentf790aba47d9389b5529c637669346df7a0a1a9fe (diff)
downloadtde-packaging-a236ea727fe0f99235f71b6bb138ca1e09d208a3.tar.gz
tde-packaging-a236ea727fe0f99235f71b6bb138ca1e09d208a3.zip
Fix the wrong argument for start-stop-daemon in tdm-trinity.postinst on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/tdebase')
-rw-r--r--ubuntu/maverick/tdebase/debian/tdm-trinity.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst
index ec394f9cf..5686056a7 100644
--- a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst
+++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst
@@ -81,7 +81,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