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

Collapse All | Expand All

(-)festival-1.95_beta-r3.ebuild (+4 lines)
Lines 44-49 Link Here
44
44
45
S=${WORKDIR}
45
S=${WORKDIR}
46
46
47
pkg_setup() {
48
        enewuser festival -1 /bin/false
49
}
50
47
src_unpack() {
51
src_unpack() {
48
	unpack ${A}
52
	unpack ${A}
49
53
(-)files/festival.rc (-1 / +1 lines)
Lines 11-17 Link Here
11
start() {
11
start() {
12
	ebegin "Starting festival"
12
	ebegin "Starting festival"
13
	start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/festival.pid \
13
	start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/festival.pid \
14
		--exec /usr/bin/festival -- --server -b /etc/festival/server.scm
14
		--chuid festival --exec /usr/bin/festival -- --server -b /etc/festival/server.scm
15
	eend $?
15
	eend $?
16
}
16
}
17
17

Return to bug 170477