diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-07 02:47:41 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-07 02:47:41 +0000 |
commit | e40e15b5844bc49174d4798d710e264b97cdeaf4 (patch) | |
tree | 885e4694f97bfd0ec4a28eb9066740e01aa4ec3a /scripts/debian/default/pd | |
parent | ace750280c3e6014d9ad29095af72541f0566fb1 (diff) |
fixed bug in overridding DAEMON in default/pd and added comments
svn path=/trunk/; revision=6682
Diffstat (limited to 'scripts/debian/default/pd')
-rw-r--r-- | scripts/debian/default/pd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/debian/default/pd b/scripts/debian/default/pd index b6317dce..c8186b34 100644 --- a/scripts/debian/default/pd +++ b/scripts/debian/default/pd @@ -1,6 +1,9 @@ # this needs to be "yes" for it to start automatically #RUNPDDAEMON=yes +# if your Pd is installed elsewhere, set the correct location +#DAEMON=/usr/local/bin/pd + # load your patches here #OPTIONS="-open /home/hans/cvs/pure-data/doc/tutorials/networking/chat-server.pd" |