From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RnDTi-0004tP-Q5 for garchives@archives.gentoo.org; Tue, 17 Jan 2012 18:09:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5DFCE0B2D; Tue, 17 Jan 2012 18:09:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B8573E0B2D for ; Tue, 17 Jan 2012 18:09:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F9621B4012 for ; Tue, 17 Jan 2012 18:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AEA8B80042 for ; Tue, 17 Jan 2012 18:09:42 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/runscript.sh.in X-VCS-Directories: sh/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c529a5765097f020d3cfe4e58750c5382672c1e7 Date: Tue, 17 Jan 2012 18:09:42 +0000 (UTC) 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: eae7602a-2de2-4765-a31b-89ffa654ad82 X-Archives-Hash: ed294ccd8e2578ef1507b5258b561f6b commit: c529a5765097f020d3cfe4e58750c5382672c1e7 Author: William Hubbs gentoo org> AuthorDate: Tue Jan 17 18:04:20 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Jan 17 18:04:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dc529a576 drop the extra --pidfile option --- sh/runscript.sh.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index e042be6..8e7fa69 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -128,7 +128,7 @@ start() eend 1 "command_background option used but no pidfile specified" return 1 fi - _background=3D"--background --make-pidfile --pidfile" + _background=3D"--background --make-pidfile" fi if yesno "$start_inactive"; then local _inactive=3Dfalse