Update of /cvsroot/pure-data/scripts/debian/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4834/debian/init.d
Modified Files: pd Log Message: set some proper defaults
Index: pd =================================================================== RCS file: /cvsroot/pure-data/scripts/debian/init.d/pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pd 11 Apr 2006 05:44:37 -0000 1.1 --- pd 11 Apr 2006 05:54:09 -0000 1.2 *************** *** 27,31 **** DESC="Pure Data" NAME=pd ! DAEMON=/usr/local/bin/$NAME PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME --- 27,31 ---- DESC="Pure Data" NAME=pd ! DAEMON=/usr/bin/$NAME PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME *************** *** 37,41 **** RUNPDDAEMON=no USER=nobody ! PORT=34985
# Read config file if it is present. --- 37,46 ---- RUNPDDAEMON=no USER=nobody ! #PORT=34985 ! ! # TODO: write daemon.pd patch which is always started and provides basic ! # commands, like start, stop, quit, dsp, etc. over a TCP port ! ! # TODO: figure out how to have a log of the stderr/console output
# Read config file if it is present.