Changeset 515


Ignore:
Timestamp:
09/17/09 21:15:31 (3 years ago)
Author:
eagle
Message:

Debian init-script adapted

Location:
trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r498 r515  
     1onioncat (0.2.0.r514) jaunty; urgency=low 
     2 
     3  * Upstream svn build debian unstable 
     4 
     5 -- Bernhard Fischer <rahra@cypherpunk.at>  Thu, 09 Sep  2009 14:08:00 +0100 
    16onioncat (0.12.493) jaunty; urgency=low 
    27 
  • trunk/debian/init.d

    r471 r515  
    125125# if we are using a daemonuser then change the user id 
    126126            start-stop-daemon --start --quiet --pidfile $PIDFILE \ 
    127                         --exec $DAEMON -- -u $DAEMONUSER $DAEMON_OPTS 
     127                        --exec $DAEMON -- -u $DAEMONUSER -P $PIDFILE $DAEMON_OPTS 
    128128            errcode=$? 
    129129        fi 
Note: See TracChangeset for help on using the changeset viewer.