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 70189138262 for ; Wed, 18 May 2016 06:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DE1F14306; 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 0B98A14309 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 F1B7A340C59 for ; Wed, 18 May 2016 06:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55AE4984 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.96996449d1ab625328240ca9ea8bdee25a25c42d.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/files/xdm-setup.initd-1 x11-base/xorg-server/files/xdm.initd-11 x11-base/xorg-server/files/xdm.initd-9 X-VCS-Directories: x11-base/xorg-server/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 96996449d1ab625328240ca9ea8bdee25a25c42d 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: f4615e8f-64e5-4be2-82be-3d14843bd26c X-Archives-Hash: e66c571998070dd2eb095fd0e8fb774d commit: 96996449d1ab625328240ca9ea8bdee25a25c42d Author: Austin English gentoo org> AuthorDate: Wed May 18 06:35:27 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=96996449 x11-base/xorg-server: use #!/sbin/openrc-run instead of #!/sbin/runscript x11-base/xorg-server/files/xdm-setup.initd-1 | 2 +- x11-base/xorg-server/files/xdm.initd-11 | 2 +- x11-base/xorg-server/files/xdm.initd-9 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-base/xorg-server/files/xdm-setup.initd-1 b/x11-base/xorg-server/files/xdm-setup.initd-1 index e96a8c0..917cd12 100644 --- a/x11-base/xorg-server/files/xdm-setup.initd-1 +++ b/x11-base/xorg-server/files/xdm-setup.initd-1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/x11-base/xorg-server/files/xdm.initd-11 b/x11-base/xorg-server/files/xdm.initd-11 index 7f0626e..70b81c0 100644 --- a/x11-base/xorg-server/files/xdm.initd-11 +++ b/x11-base/xorg-server/files/xdm.initd-11 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # $Id$ diff --git a/x11-base/xorg-server/files/xdm.initd-9 b/x11-base/xorg-server/files/xdm.initd-9 index 636d4e2..11b4f19 100644 --- a/x11-base/xorg-server/files/xdm.initd-9 +++ b/x11-base/xorg-server/files/xdm.initd-9 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # $Id$