Comment 5 for bug 253079

Revision history for this message
Dag Brattli (dbrattli) wrote :

There's a bug in the 85syndaemon script which blocks the reading of the /etc/default/syndaemon file: syndameon should be syndaemon. Any chance of syndaemon configuration being included in Ubuntu?

--- /home/dbrattli/85syndaemon.orig 2013-06-02 10:13:23.252252854 +0200
+++ /etc/X11/Xsession.d/85syndaemon 2013-06-02 10:14:22.316250216 +0200
@@ -24,11 +24,10 @@
     START_DAEMON=0
   else
     # Read settings from /etc/default/syndaemon and ~/.syndaemon
- test ! -r /etc/default/syndameon || . /etc/default/syndaemon || true
+ test ! -r /etc/default/syndaemon || . /etc/default/syndaemon || true
     test ! -r $HOME/.syndaemon || . $HOME/.syndaemon || true
   fi
 fi
-
 # Interpret options
 expr "$SYN_ENABLE" \> 0 || START_DAEMON=0
 SYNFLAGS=
@@ -40,3 +39,4 @@
 # Start daemon
 test "$START_DAEMON" -eq 0 || $SYNDAEMON -d $SYNFLAGS