Accepting request 57626 from vdr

Accepted submit request 57626 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/57626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lirc?expand=0&rev=38
This commit is contained in:
Berthold Gunreben 2011-01-10 09:43:40 +00:00 committed by Git OBS Bridge
commit fb4eafee9b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 10 08:08:24 UTC 2011 - lnussel@suse.de
- fix the LIRCD_LISTENPORT setting (bnc#661841)
-------------------------------------------------------------------
Tue Sep 7 08:07:12 UTC 2010 - lnussel@suse.de

View File

@ -104,7 +104,7 @@ case "$1" in
lircd_ARGS=()
[ -n "$LIRCD_DRIVER" ] && lircd_ARGS+=(-H "$LIRCD_DRIVER")
[ -n "$LIRCD_DEVICE" ] && lircd_ARGS+=(-d "$LIRCD_DEVICE")
[ -n "$LIRCD_LISTENPORT" ] && lircd_ARGS+=(-l "$LIRCD_LISTENPORT")
[ -n "$LIRCD_LISTENPORT" ] && lircd_ARGS+=(--listen="$LIRCD_LISTENPORT")
[ -n "$LIRCD_CONNECT" ] && lircd_ARGS+=(-c "$LIRCD_CONNECT")
start_daemon -p $lircd_PID $lircd_BIN "${lircd_ARGS[@]}"