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

Collapse All | Expand All

(-)tmp/Manifest (-3 / +3 lines)
Lines 1-6 Link Here
1
MD5 ca5758d61ba271894b7087da92441091 boinc-3.19.ebuild 1109
1
MD5 bd1c141d06a052498ab17600227257ec boinc-3.19.ebuild 1172
2
MD5 01d5cc7f20dc4646e2b76bcd4872a543 files/boinc.conf.d 441
2
MD5 12d29457bdbef73aacd3096ec443ab22 files/boinc.conf.d 470
3
MD5 bd2f27cb6c4a53681bb50c1454a9021b files/boinc.init.d 1144
3
MD5 6476f8f53394be736ec389065414d5a8 files/boinc.init.d 1169
4
MD5 a1a02377b8adfc44f2c949542c78a49c files/boincwrapper 342
4
MD5 a1a02377b8adfc44f2c949542c78a49c files/boincwrapper 342
5
MD5 360c1b3e47545718412afb3af20ef35d files/client.patch 9248
5
MD5 360c1b3e47545718412afb3af20ef35d files/client.patch 9248
6
MD5 07925c4cfe9d01d84f0df9c1da67c6db files/digest-boinc-3.19 73
6
MD5 07925c4cfe9d01d84f0df9c1da67c6db files/digest-boinc-3.19 73
(-)tmp/boinc-3.19.ebuild (+4 lines)
Lines 50-52 Link Here
50
	enewgroup boinc
50
	enewgroup boinc
51
	enewuser boinc -1 /bin/bash /var/lib/boinc boinc
51
	enewuser boinc -1 /bin/bash /var/lib/boinc boinc
52
}
52
}
53
54
pkg_postinst() {
55
	chown -R boinc:boinc /var/lib/boinc
56
}
(-)tmp/files/boinc.conf.d (+3 lines)
Lines 16-18 Link Here
16
16
17
# Logfile (/dev/null for nowhere)
17
# Logfile (/dev/null for nowhere)
18
LOGFILE="${RUNTIMEDIR}/boinc.log"
18
LOGFILE="${RUNTIMEDIR}/boinc.log"
19
20
# nice level
21
NICELEVEL="19"
(-)tmp/files/boinc.init.d (-1 / +1 lines)
Lines 38-44 Link Here
38
	fi
38
	fi
39
39
40
	start-stop-daemon --quiet --start --exec ${STARTSCRIPT} \
40
	start-stop-daemon --quiet --start --exec ${STARTSCRIPT} \
41
		--chuid ${USER}:${GROUP} -- ${BOINCBIN} ${LOGFILE}
41
		--chuid ${USER}:${GROUP} --nicelevel ${NICELEVEL} -- ${BOINCBIN} ${LOGFILE}
42
	eend $?
42
	eend $?
43
}
43
}
44
44

Return to bug 54962