Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468512
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- git-daemon.org      2013-11-10 12:45:38.878032547 +0100
0
++ git-daemon  2013-11-10 12:40:44.594051077 +0100
Lines 14-19 Link Here
14
       [ -e /lib/librc.so ] || BL1_COMPAT="--name git-daemon"
14
       [ -e /lib/librc.so ] || BL1_COMPAT="--name git-daemon"
15
       ebegin "Starting git-daemon"
15
       ebegin "Starting git-daemon"
16
               start-stop-daemon --start --quiet --background \
16
               start-stop-daemon --start --quiet --background \
17
               --env HOME= \
17
               --pidfile ${PIDFILE} ${BL1_COMPAT} \
18
               --pidfile ${PIDFILE} ${BL1_COMPAT} \
18
               --exec /usr/bin/git -- daemon \
19
               --exec /usr/bin/git -- daemon \
19
                       --pid-file=${PIDFILE} \
20
                       --pid-file=${PIDFILE} \

Return to bug 468512