[pinto] 02/02: Updated pinto.init.

Oleg Gashev oleg at gashev.net
Fri Sep 20 15:30:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

gashev-guest pushed a commit to branch master
in repository pinto.

commit a60466ea8daf68d1689f6e766faa5ac14f3fd5fd
Author: Oleg Gashev <oleg at gashev.net>
Date:   Fri Sep 20 15:30:38 2013 +0000

    Updated pinto.init.
---
 debian/pinto.init |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pinto.init b/debian/pinto.init
index 2c7c674..eb37785 100644
--- a/debian/pinto.init
+++ b/debian/pinto.init
@@ -40,7 +40,7 @@ check_started() {
 start() {
     if ! check_started; then
         log_daemon_msg "Starting $DESC" "$NAME"
-        if ! START_ERROR=`start-stop-daemon ---chuid pinto -u pinto -start --pidfile $PIDFILE --exec $DAEMON -- $PINTOD_OPTS --pid $PIDFILE 2>&1`; then
+        if ! START_ERROR=`start-stop-daemon --chuid pinto -u pinto --start --pidfile $PIDFILE --exec $DAEMON -- $PINTOD_OPTS --pid $PIDFILE 2>&1`; then
             echo -n " "
             log_action_end_msg 1 "$START_ERROR"
             exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pinto.git



More information about the Pkg-perl-cvs-commits mailing list