diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-05 00:50:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-05 00:50:08 +0000 |
commit | 35de802c640a4e171092b18e57cb1ac1fc49da12 (patch) | |
tree | 1b08e9eb9cf83845c08eee24fdc77dbe09f1b23d /scripts/debian/default | |
parent | 3273d3bd961a4abcf05141a25e0498192000cb5c (diff) |
updated init.d script to comply with up-to-date LSB standards, according to bug #2777555
svn path=/trunk/; revision=11235
Diffstat (limited to 'scripts/debian/default')
-rw-r--r-- | scripts/debian/default/pd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/debian/default/pd b/scripts/debian/default/pd index c8186b34..10be5a21 100644 --- a/scripts/debian/default/pd +++ b/scripts/debian/default/pd @@ -5,7 +5,7 @@ #DAEMON=/usr/local/bin/pd # load your patches here -#OPTIONS="-open /home/hans/cvs/pure-data/doc/tutorials/networking/chat-server.pd" +#OPTIONS="-nogui -open /home/hans/cvs/pure-data/doc/tutorials/networking/chat-server.pd" # if you want to use a different user. AVOID USING "root"! Pd is not secure! #USER=nobody |