diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-09-03 15:46:37 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-09-03 15:46:37 +0000 |
commit | ba62c3541c7ab6b37529408b6efe37b7966720c8 (patch) | |
tree | 6126ec90f04400934d270fa83e627d7000a261d1 /testing/openvcp/openvcp.initd | |
parent | 68267d84cf5842733527287f19f3c1ff15fd7383 (diff) | |
download | aports-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.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openvcp/openvcp.initd b/testing/openvcp/openvcp.initd index 9e9f92b3e4..609dac6128 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 $? } |