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 D061C138262 for ; Wed, 18 May 2016 06:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F1714307; Wed, 18 May 2016 06:42:27 +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 15DDB1430B for ; Wed, 18 May 2016 06:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CAD5340CD6 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 CD0A515DF 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.b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xhkeys/files/xhkeys X-VCS-Directories: x11-misc/xhkeys/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5 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: edfb8c43-d625-4c3c-b92c-780466f4c430 X-Archives-Hash: da4cb93e5264aebf48bff6add23496a7 commit: b7fcff893633ea7c53ce31a1bbcb9f5ba5ba10a5 Author: Austin English gentoo org> AuthorDate: Wed May 18 06:35:34 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=b7fcff89 x11-misc/xhkeys: use #!/sbin/openrc-run instead of #!/sbin/runscript x11-misc/xhkeys/files/xhkeys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xhkeys/files/xhkeys b/x11-misc/xhkeys/files/xhkeys index cc66bb1..fc72b84 100644 --- a/x11-misc/xhkeys/files/xhkeys +++ b/x11-misc/xhkeys/files/xhkeys @@ -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$