Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352324 Details for
Bug 475330
app-misc/iguanaIR: removal (was: Version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the init script
iguanaIR-1.0.5-gentoo.patch (text/plain), 1.25 KB, created by
Alex Busenius
on 2013-06-30 15:28:06 UTC
(
hide
)
Description:
Patch for the init script
Filename:
MIME Type:
Creator:
Alex Busenius
Created:
2013-06-30 15:28:06 UTC
Size:
1.25 KB
patch
obsolete
>diff --git a/iguanaIR.init b/iguanaIR.init >index 2491204..7703f13 100755 >--- a/iguanaIR.init >+++ b/iguanaIR.init >@@ -71,6 +71,11 @@ elif [ "$DISTRO" = "gentoo" ]; then > { > eend $* > } >+ # there is no pidofproc in gentoo >+ pidofproc() >+ { >+ pidof "$@" >+ } > else > if [ "$DISTRO" != "debian" -a "$DISTRO" != "ubuntu" ]; then > echo "WARNING: failed to recognize distro, defaulting to Debian." >@@ -96,6 +101,11 @@ depends() > RETVAL=0 > } > >+depend() >+{ >+ before lircd >+} >+ > start() > { > # figure out what command to run to start the daemon >@@ -104,7 +114,7 @@ start() > START="daemon --user=iguanair $IGPATH $IGUANAIR_OPTIONS -l $LOGFILE" > fi > else >- START="start-stop-daemon --start --chuid iguanair --group iguanair --exec $IGPATH -- $IGUANAIR_OPTIONS -l $LOGFILE" >+ START="start-stop-daemon --start --user iguanair --group iguanair --exec $IGPATH -- $IGUANAIR_OPTIONS -l $LOGFILE" > fi > > if [ "$START" != "" ]; then >@@ -138,7 +148,7 @@ stop() > if [ "$LOCKFILE" != "" ]; then > killproc $IGPATH > else >- start-stop-daemon --stop --oknodo --retry 2 --exec $IGPATH >+ start-stop-daemon --stop --exec $IGPATH > fi > RETVAL=$? > log_end_msg $RETVAL
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 475330
:
352322
| 352324