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 75B34138262 for ; Wed, 18 May 2016 06:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC54B142FF; Wed, 18 May 2016 06:42:25 +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 BACCB14307 for ; Wed, 18 May 2016 06:42:23 +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 F1B8B340C7C for ; Wed, 18 May 2016 06:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 439E1983 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.2e89c8aa8a5412ad08dc2609fff309a4e99fdba8.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/xsp/files/2.2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/xsp/files/2.2/mod-mono-server-r1.initd www-servers/xsp/files/2.2/mod-mono-server.initd www-servers/xsp/files/2.2/xsp.initd X-VCS-Directories: www-servers/xsp/files/2.2/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 2e89c8aa8a5412ad08dc2609fff309a4e99fdba8 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: d0cbdbfc-500f-4eb8-98a3-3f1a6bc69412 X-Archives-Hash: a5aafe5678df88576af6d3d56ec4b138 commit: 2e89c8aa8a5412ad08dc2609fff309a4e99fdba8 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=2e89c8aa www-servers/xsp: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/xsp/files/2.2/mod-mono-server-r1.initd | 2 +- www-servers/xsp/files/2.2/mod-mono-server.initd | 2 +- www-servers/xsp/files/2.2/xsp.initd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/xsp/files/2.2/mod-mono-server-r1.initd b/www-servers/xsp/files/2.2/mod-mono-server-r1.initd index 6ce6a60..6e091dd 100644 --- a/www-servers/xsp/files/2.2/mod-mono-server-r1.initd +++ b/www-servers/xsp/files/2.2/mod-mono-server-r1.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: mod-mono-server-r1.initd,v 1.1 2012/01/22 12:54:29 pacho Exp $ diff --git a/www-servers/xsp/files/2.2/mod-mono-server.initd b/www-servers/xsp/files/2.2/mod-mono-server.initd index 49119e5..3906dc9 100644 --- a/www-servers/xsp/files/2.2/mod-mono-server.initd +++ b/www-servers/xsp/files/2.2/mod-mono-server.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: mod-mono-server.initd,v 1.1 2009/01/18 17:44:04 loki_val Exp $ diff --git a/www-servers/xsp/files/2.2/xsp.initd b/www-servers/xsp/files/2.2/xsp.initd index 0432bca..8ae8aab 100644 --- a/www-servers/xsp/files/2.2/xsp.initd +++ b/www-servers/xsp/files/2.2/xsp.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: xsp.initd,v 1.1 2009/01/18 17:44:04 loki_val Exp $