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

Collapse All | Expand All

(-)a/cntlm (-1 / +1 lines)
Lines 11-17 depend() { Link Here
11
start() {
11
start() {
12
       ebegin "Starting cntlm"
12
       ebegin "Starting cntlm"
13
       start-stop-daemon --start --pidfile ${PIDFILE} --exec /usr/bin/cntlm -- -U cntlm ${CNTLM_OPTS}
13
       start-stop-daemon --start --background --make-pidfile --pidfile ${PIDFILE} --exec /usr/bin/cntlm -- -f -U cntlm ${CNTLM_OPTS}
14
       eend $?
14
       eend $?
15
}
15
}

Return to bug 307523