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 8F7EC138262 for ; Wed, 18 May 2016 06:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9384914303; Wed, 18 May 2016 06:42:23 +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 AC0F4142EE for ; Wed, 18 May 2016 06:42:22 +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 74BA5340C9A for ; Wed, 18 May 2016 06:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99977973 for ; Wed, 18 May 2016 06:42:18 +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.36c226933ecf3326712fcaa41c3619f95e681712.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/monkeyd/files/monkeyd.initd www-servers/monkeyd/files/monkeyd.initd-r1 X-VCS-Directories: www-servers/monkeyd/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 36c226933ecf3326712fcaa41c3619f95e681712 X-VCS-Branch: master Date: Wed, 18 May 2016 06:42:18 +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: 76d8adbb-b2f0-4a11-a8aa-3071e3c8c254 X-Archives-Hash: 1d6b27d91e950f7f3c2693b77cafee14 commit: 36c226933ecf3326712fcaa41c3619f95e681712 Author: Austin English gentoo org> AuthorDate: Wed May 18 06:35:19 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=36c22693 www-servers/monkeyd: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/monkeyd/files/monkeyd.initd | 2 +- www-servers/monkeyd/files/monkeyd.initd-r1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/monkeyd/files/monkeyd.initd b/www-servers/monkeyd/files/monkeyd.initd index 452cc93..3eb1e60 100644 --- a/www-servers/monkeyd/files/monkeyd.initd +++ b/www-servers/monkeyd/files/monkeyd.initd @@ -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$ diff --git a/www-servers/monkeyd/files/monkeyd.initd-r1 b/www-servers/monkeyd/files/monkeyd.initd-r1 index e3ca111..df6bb51 100644 --- a/www-servers/monkeyd/files/monkeyd.initd-r1 +++ b/www-servers/monkeyd/files/monkeyd.initd-r1 @@ -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$