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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- vixie-cron.rc6.orig 2008-11-11 16:56:43.701354708 -0800
0
++ vixie-cron.rc6      2008-11-11 16:57:28.791076756 -0800
Lines 11-17 depend() { Link Here
11
start() {
11
start() {
12
       ebegin "Starting vixie-cron"
12
       ebegin "Starting vixie-cron"
13
       start-stop-daemon --start --quiet --exec /usr/sbin/cron
13
       start-stop-daemon --start --quiet --pidfile /var/run/cron.pid --exec /usr/sbin/cron
14
       eend $?
14
       eend $?
15
}
15
}

Return to bug 187100