From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3757A1382EE for ; Tue, 5 Jul 2016 18:13:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21EB9E0A9D; Tue, 5 Jul 2016 18:13:35 +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 7C32CE0A9D for ; Tue, 5 Jul 2016 18:13:34 +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 82FBA340C15 for ; Tue, 5 Jul 2016 18:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA69D2445 for ; Tue, 5 Jul 2016 18:13:30 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1465766328.9b3dc52ac99397eec0be909ce87c4ecab028661a.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: init.d/ X-VCS-Repository: proj/netifrc X-VCS-Files: init.d/net.lo.in X-VCS-Directories: init.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9b3dc52ac99397eec0be909ce87c4ecab028661a X-VCS-Branch: master Date: Tue, 5 Jul 2016 18:13:30 +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: d5425d68-5ad4-4a83-bf26-e5d89d328024 X-Archives-Hash: 6ceb93290b8156cfb9f7720485902903 commit: 9b3dc52ac99397eec0be909ce87c4ecab028661a Author: Thomas Deutschmann whissi de> AuthorDate: Sun Jun 12 21:18:48 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Jun 12 21:18:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=9b3dc52a net.lo: use #!/sbin/openrc-run instead of #!/sbin/runscript See: https://bugs.gentoo.org/573846 init.d/net.lo.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 31a45e6..a8e19dd 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -1,6 +1,6 @@ -#!@SBINDIR@/runscript +#!@SBINDIR@/openrc-run # Copyright (c) 2007-2009 Roy Marples -# Copyright (c) 2010-2015 Gentoo Foundation +# Copyright (c) 2010-2016 Gentoo Foundation # Released under the 2-clause BSD license. SHDIR="@LIBEXECDIR@/sh"