tags 800419 patch

This can be fixed by moving the twistd-options to after the NODEDIR.

diff --git a/debian/tahoe-lafs.init b/debian/tahoe-lafs.init
index 352ee75..27a614b 100755
--- a/debian/tahoe-lafs.init
+++ b/debian/tahoe-lafs.init
@@ -55,7 +55,7 @@ _tahoe () {
     case "$action" in
         start|restart)
             su -s "/bin/sh" \
-               -c "'$DAEMON' '$action' $DAEMONARGS
'$CONFIG_DIR/${node_name}'" \
+               -c "'$DAEMON' '$action' '$CONFIG_DIR/${node_name}'
$DAEMONARGS" \
                "$node_uid"
         ;;
         stop)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to