diff -Naur tmp/Manifest boinc/Manifest --- tmp/Manifest 2004-06-27 02:31:03.000000000 +0100 +++ boinc/Manifest 2004-06-27 16:58:45.507988056 +0100 @@ -1,6 +1,6 @@ -MD5 ca5758d61ba271894b7087da92441091 boinc-3.19.ebuild 1109 -MD5 01d5cc7f20dc4646e2b76bcd4872a543 files/boinc.conf.d 441 -MD5 bd2f27cb6c4a53681bb50c1454a9021b files/boinc.init.d 1144 +MD5 bd1c141d06a052498ab17600227257ec boinc-3.19.ebuild 1172 +MD5 12d29457bdbef73aacd3096ec443ab22 files/boinc.conf.d 470 +MD5 6476f8f53394be736ec389065414d5a8 files/boinc.init.d 1169 MD5 a1a02377b8adfc44f2c949542c78a49c files/boincwrapper 342 MD5 360c1b3e47545718412afb3af20ef35d files/client.patch 9248 MD5 07925c4cfe9d01d84f0df9c1da67c6db files/digest-boinc-3.19 73 diff -Naur tmp/boinc-3.19.ebuild boinc/boinc-3.19.ebuild --- tmp/boinc-3.19.ebuild 2004-06-27 02:38:35.000000000 +0100 +++ boinc/boinc-3.19.ebuild 2004-06-27 16:47:31.915389696 +0100 @@ -50,3 +50,7 @@ enewgroup boinc enewuser boinc -1 /bin/bash /var/lib/boinc boinc } + +pkg_postinst() { + chown -R boinc:boinc /var/lib/boinc +} diff -Naur tmp/files/boinc.conf.d boinc/files/boinc.conf.d --- tmp/files/boinc.conf.d 2004-06-27 01:59:09.000000000 +0100 +++ boinc/files/boinc.conf.d 2004-06-27 16:48:12.054287656 +0100 @@ -16,3 +16,6 @@ # Logfile (/dev/null for nowhere) LOGFILE="${RUNTIMEDIR}/boinc.log" + +# nice level +NICELEVEL="19" diff -Naur tmp/files/boinc.init.d boinc/files/boinc.init.d --- tmp/files/boinc.init.d 2004-06-27 01:49:30.000000000 +0100 +++ boinc/files/boinc.init.d 2004-06-27 16:47:50.543557784 +0100 @@ -38,7 +38,7 @@ fi start-stop-daemon --quiet --start --exec ${STARTSCRIPT} \ - --chuid ${USER}:${GROUP} -- ${BOINCBIN} ${LOGFILE} + --chuid ${USER}:${GROUP} --nicelevel ${NICELEVEL} -- ${BOINCBIN} ${LOGFILE} eend $? }