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 3A07E138262 for ; Wed, 18 May 2016 06:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B0CE1430F; Wed, 18 May 2016 06:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15E8C1430C for ; Wed, 18 May 2016 06:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CAD5340CCF for ; Wed, 18 May 2016 06:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C51CFE for ; Wed, 18 May 2016 06:42:19 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1463553514.c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/afbinit/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/afbinit/files/afbinit.init X-VCS-Directories: x11-misc/afbinit/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871 X-VCS-Branch: master Date: Wed, 18 May 2016 06:42:19 +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: 5f2a77a5-e39a-4625-a9da-e7409bb101b7 X-Archives-Hash: 1f5e496bbe18b5123eb0e0c5cc55ff01 commit: c4d16281fe3d9bbfe5e6cd1c088cec8fb0e1c871 Author: Austin English gentoo org> AuthorDate: Wed May 18 06:35:30 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed May 18 06:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d16281 x11-misc/afbinit: use #!/sbin/openrc-run instead of #!/sbin/runscript x11-misc/afbinit/files/afbinit.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/afbinit/files/afbinit.init b/x11-misc/afbinit/files/afbinit.init index ed8fa59..01989d2 100644 --- a/x11-misc/afbinit/files/afbinit.init +++ b/x11-misc/afbinit/files/afbinit.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$