Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66143 Details for
Bug 102866
sys-process/daemontools: svscan with readproctitle support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch svscan to work with readproctitle
svscan.patch.txt (text/plain), 1.12 KB, created by
Xuefer
on 2005-08-17 08:49:21 UTC
(
hide
)
Description:
patch svscan to work with readproctitle
Filename:
MIME Type:
Creator:
Xuefer
Created:
2005-08-17 08:49:21 UTC
Size:
1.12 KB
patch
obsolete
>--- /usr/portage/sys-process/daemontools/files/svscan-0.76-r4 2005-04-28 08:06:11.000000000 +0800 >+++ ./svscan 2005-08-17 23:40:29.000000000 +0800 >@@ -17,8 +17,12 @@ > # workaround for #25754 > unset -f `declare -F | sed 's:declare -f::g'` > PATH="/usr/bin:$PATH" >- start-stop-daemon --start --quiet --exec /usr/bin/svscan --pidfile /var/run/svscan.pid -- /service & >- echo $! > /var/run/svscan.pid >+ exec </dev/null >+ exec >/dev/null >+ exec 2>/dev/null >+ (/bin/env - PATH=$PATH start-stop-daemon --start --quiet --exec /usr/bin/svscan --make-pidfile --pidfile /var/run/svscan.pid -- /service & ) 2>&1 | \ >+ /bin/env - PATH=$PATH readproctitle service errors: ................................................................................................................................................................................................................................................................................................................................................................................................................ & >+ #echo $! > /var/run/svscan.pid > ) > 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 102866
: 66143 |
66284
|
71620