From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9CBA6138010 for ; Sun, 30 Sep 2012 17:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F958E0262; Sun, 30 Sep 2012 17:24:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 34007E0262 for ; Sun, 30 Sep 2012 17:24:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D80233CEFB for ; Sun, 30 Sep 2012 17:24:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2256) id 6325421600; Sun, 30 Sep 2012 17:24:35 +0000 (UTC) From: "Dirkjan Ochtman (djc)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, djc@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave/files: buildslave.initd X-VCS-Repository: gentoo-x86 X-VCS-Files: buildslave.initd X-VCS-Directories: dev-util/buildbot-slave/files X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120930172435.6325421600@flycatcher.gentoo.org> Date: Sun, 30 Sep 2012 17:24:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f636144-5879-4d4e-82ca-bdf4290eb699 X-Archives-Hash: 173d8b1b470388e075e003b6c2329367 djc 12/09/30 17:24:35 Modified: buildslave.initd Log: Let s-s-d know about custom pidfile (bug 397759, thanks to jbergstroem). (Portage version: 2.1.11.23/cvs/Linux x86_64) Revision Changes Path 1.3 dev-util/buildbot-slave/files/buildslave.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?r1=1.2&r2=1.3 Index: buildslave.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildslave.initd 3 Sep 2011 19:39:25 -0000 1.2 +++ buildslave.initd 30 Sep 2012 17:24:35 -0000 1.3 @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { @@ -31,6 +31,7 @@ # We set HOME here to make something valid show up in the env of child # processes spawned by the buildslave. start-stop-daemon --start -u "${USERNAME}" \ + --pidfile "${BASEDIR}/buildslave.pid" \ --env HOME="${BASEDIR}" \ --exec /usr/bin/python -- /usr/bin/twistd \ --no_save \