Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102866 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /usr/portage/sys-process/daemontools/files/svscan-0.76-r4   2005-04-28 08:06:11.000000000 +0800
0
++ ./svscan    2005-08-17 23:40:29.000000000 +0800
Lines 17-24 Link Here
17
   # workaround for #25754
17
   # workaround for #25754
18
   unset -f `declare -F | sed 's:declare -f::g'`
18
   unset -f `declare -F | sed 's:declare -f::g'`
19
   PATH="/usr/bin:$PATH"
19
   PATH="/usr/bin:$PATH"
20
   start-stop-daemon --start --quiet --exec /usr/bin/svscan --pidfile /var/run/svscan.pid -- /service &
20
   exec </dev/null
21
   echo $! > /var/run/svscan.pid
21
   exec >/dev/null
22
   exec 2>/dev/null
23
   (/bin/env - PATH=$PATH start-stop-daemon --start --quiet --exec /usr/bin/svscan --make-pidfile --pidfile /var/run/svscan.pid -- /service & ) 2>&1 | \
24
   /bin/env - PATH=$PATH readproctitle service errors: ................................................................................................................................................................................................................................................................................................................................................................................................................ &
25
   #echo $! > /var/run/svscan.pid
22
   )
26
   )
23
   eend $?
27
   eend $?
24
}
28
}

Return to bug 102866