From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LUMjP-00060P-Jz for garchives@archives.gentoo.org; Tue, 03 Feb 2009 14:58:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A3D7E0702; Tue, 3 Feb 2009 14:58:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE9DCE0702 for ; Tue, 3 Feb 2009 14:58:30 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 88F76645D4 for ; Tue, 3 Feb 2009 14:58:30 +0000 (UTC) Received: from scarabeus by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LUMjN-0007TH-T6 for gentoo-commits@lists.gentoo.org; Tue, 03 Feb 2009 14:58:29 +0000 From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc/files: boinc.init X-VCS-Repository: gentoo-x86 X-VCS-Files: boinc.init X-VCS-Directories: sci-misc/boinc/files X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tomas Chvatal Date: Tue, 03 Feb 2009 14:58:29 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 06657606-4c71-463d-858d-bc678e32b68f X-Archives-Hash: 8c96a4b550ab832b992eabff7dd69e14 scarabeus 09/02/03 14:58:29 Modified: boinc.init Log: Fix init with final version. Thanks to UberLord. (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.10 sci-misc/boinc/files/boinc.init file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/fil= es/boinc.init?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/fil= es/boinc.init?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/fil= es/boinc.init?r1=3D1.9&r2=3D1.10 Index: boinc.init =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-misc/boinc/files/boinc.init,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- boinc.init 1 Feb 2009 23:06:44 -0000 1.9 +++ boinc.init 3 Feb 2009 14:58:29 -0000 1.10 @@ -65,7 +65,7 @@ CHRT=3D"/usr/bin/chrt ${SCHED_PARAM}" =20 # check for baselayout version - if [[ "`start-stop-daemon --version |awk -F' ' '{print $2}'`" =3D "(Ope= nRC)" ]]; then + if [[ -n "${RC_UNAME}" ]]; then PARAMS=3D"--background --stdout ${LOGFILE} --stderr ${LOGFILE} -- ${AR= GS}" else PARAMS=3D"-- ${ARGS} >> ${LOGFILE} 2>&1 &"