Comment 1 for bug 864133

Revision history for this message
HPO (hpo) wrote :

--- a/inputlirc 2011-10-01 17:35:47.376793203 +0200
+++ b/inputlirc 2011-10-01 17:37:49.676793265 +0200
@@ -22,6 +22,8 @@
   start)
     echo "Starting $DESC"
     start-stop-daemon --exec $DAEMON --start -- $OPTIONS $EVENTS
+ mkdir -p /var/run/lirc 2> /dev/null
+ ln -sf /dev/lircd /var/run/lirc/lircd 2> /dev/null
   ;;
   stop)
     echo "Stopping $DESC"