diff options
author | Per Andersson <avtobiff@gmail.com> | 2010-04-17 18:34:25 +0200 |
---|---|---|
committer | Per Andersson <avtobiff@gmail.com> | 2010-04-17 18:41:38 +0200 |
commit | 3e5f9ce411d848f8eeeda36ded7b4214a394b220 (patch) | |
tree | 51515f3596c3a20fcd8984266b7037a35aa471ed | |
parent | 3f4e093ccdb793ef940d21c834fd2ada861f05b4 (diff) | |
download | etherpad-3e5f9ce411d848f8eeeda36ded7b4214a394b220.tar.gz etherpad-3e5f9ce411d848f8eeeda36ded7b4214a394b220.tar.xz etherpad-3e5f9ce411d848f8eeeda36ded7b4214a394b220.zip |
cleaned up init script from unused variables.
-rw-r--r-- | etherpad/bin/etherpad.init | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etherpad/bin/etherpad.init b/etherpad/bin/etherpad.init index 9c2f447..3e05ea8 100644 --- a/etherpad/bin/etherpad.init +++ b/etherpad/bin/etherpad.init @@ -19,8 +19,6 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Collaborative real-time editor" NAME=etherpad -#DAEMON=/usr/sbin/$NAME -#DAEMON_ARGS="--options args" PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME CHUID="$ETHERPAD_USER:$ETHERPAD_GROUP" |