Brian J. Murrell wrote:
> Public bug reported:
> 
> Binary package hint: lirc
> 
> There does not appear to be any way to have irexec start with the
> system.
> 
> For systems like myth "set top boxes" (i.e. where nobody actually logs
> in -- myth-{front,back}end are started on system boot) where one wants
> irexec to start/stop mythfrontend, irexec needs to be started with the
> system start up.
> 
> I usually end up hacking it into /etc/init.d/lirc, but having to hack
> each new release is less than optimal.
> 
> Any thoughts?
> 
> ** Affects: lirc (Ubuntu)
>      Importance: Undecided
>          Status: New
> 

    #check if irexec is needed, and start if need be
    if [ -x /usr/bin/irexec ] && [ ! -f ~/.noirexec ] && [ -f ~/.lircrc ]; then
        if [ -n "$(cat ~/.lirc/* | grep --invert-match "#" | grep irexec | grep
prog)" ]
        then
            killall irexec
            irexec -d
        fi
    fi


-- 
Mario Limonciello
[EMAIL PROTECTED]


** Attachment added: "signature.asc"
   http://launchpadlibrarian.net/14015086/signature.asc

-- 
startup script does not start irexec
https://bugs.launchpad.net/bugs/224208
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to