Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223515 Details for
Bug 287731
lirc-0.8.6-r1: Breaks multiple instances
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lircd.patch
lircd.patch (text/plain), 853 bytes, created by
James Le Cuirot
on 2010-03-14 11:50:40 UTC
(
hide
)
Description:
lircd.patch
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2010-03-14 11:50:40 UTC
Size:
853 bytes
patch
obsolete
>--- /usr/portage/app-misc/lirc/files/lircd-0.8.6 2009-10-04 19:48:29.000000000 +0100 >+++ lircd 2009-10-05 23:15:48.754658422 +0100 >@@ -14,7 +14,8 @@ > start() { > local retval > ebegin "Starting lircd" >- rm -f ${LIRCD_SOCKET} && ln -s ${LIRCD_SOCKET} ${LIRCD_SYMLINKFILE} >+ #rm -f ${LIRCD_SOCKET} && >+ ln -snf ${LIRCD_SOCKET} ${LIRCD_SYMLINKFILE} > if [ $? -ne 0 ]; then > eend $? "Unable to create symbolic link ${LIRCD_SYMLINKFILE}" > return 1 >@@ -24,16 +25,16 @@ > -P "${PIDFILE}" ${LIRCD_OPTS} > retval=$? > >- if [ ${retval} -ne 0 ]; then >- rm -f ${LIRCD_SOCKET} >- fi >+# if [ ${retval} -ne 0 ]; then >+# rm -f ${LIRCD_SOCKET} >+# fi > > eend ${retval} > } > > stop() { > ebegin "Stopping lircd" >- rm -f ${LIRCD_SYMLINKFILE} >+ #rm -f ${LIRCD_SYMLINKFILE} > start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" --exec /usr/sbin/lircd > eend $? > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287731
: 223515