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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- sys-process/at/files/atd.rc6
0
++ sys-process/at/files/atd.rc6
Lines 10-16 Link Here
10
start() {
10
start() {
11
	ebegin "Starting atd"
11
	ebegin "Starting atd"
12
	start-stop-daemon --start --quiet --pidfile /var/run/atd.pid \
12
	start-stop-daemon --start --quiet --pidfile /var/run/atd.pid \
13
		--startas /usr/sbin/atd -- ${ATD_OPTS}
13
		--exec /usr/sbin/atd -- ${ATD_OPTS}
14
	eend $?
14
	eend $?
15
}
15
}
16
16

Return to bug 382319