summaryrefslogtreecommitdiffstats
path: root/testing/openvcp/openvcp.initd
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2011-09-03 15:46:37 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2011-09-03 15:46:37 +0000
commitba62c3541c7ab6b37529408b6efe37b7966720c8 (patch)
tree6126ec90f04400934d270fa83e627d7000a261d1 /testing/openvcp/openvcp.initd
parent68267d84cf5842733527287f19f3c1ff15fd7383 (diff)
downloadaports-ba62c3541c7ab6b37529408b6efe37b7966720c8.tar.bz2
aports-ba62c3541c7ab6b37529408b6efe37b7966720c8.tar.xz
testing/openvcp: removed --pidfile options from initd start() function. Bumped pkgrel
Diffstat (limited to 'testing/openvcp/openvcp.initd')
-rw-r--r--testing/openvcp/openvcp.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openvcp/openvcp.initd b/testing/openvcp/openvcp.initd
index 9e9f92b3e..609dac612 100644
--- a/testing/openvcp/openvcp.initd
+++ b/testing/openvcp/openvcp.initd
@@ -7,7 +7,7 @@ depend () {
start() {
ebegin "OpenVCP Starting"
- start-stop-daemon --start --quiet --background --exec /bin/openvcpd -- --pidfile /var/run/openvcpd.pid || return 1
+ start-stop-daemon --start --quiet --background --exec /bin/openvcpd || return 1
eend $?
}