From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-861024-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4930158973 for <garchives@archives.gentoo.org>; Mon, 1 Feb 2016 23:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0737D21C019; Mon, 1 Feb 2016 23:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA82921C019 for <gentoo-commits@lists.gentoo.org>; Mon, 1 Feb 2016 23:42:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD99340890 for <gentoo-commits@lists.gentoo.org>; Mon, 1 Feb 2016 23:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23C608E2 for <gentoo-commits@lists.gentoo.org>; Mon, 1 Feb 2016 23:42:21 +0000 (UTC) From: "Tim Harder" <radhermit@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" <radhermit@gentoo.org> Message-ID: <1443049486.d97610803dc22a65e28ef5508f3adf82cbfa3bac.radhermit@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/newinitd.vim X-VCS-Directories: plugin/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d97610803dc22a65e28ef5508f3adf82cbfa3bac X-VCS-Branch: master Date: Mon, 1 Feb 2016 23:42:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8db24d0-684e-43a3-b2d6-f67f3d15939d X-Archives-Hash: 507f9b5a9f404e7855f30a644d0a8c8c commit: d97610803dc22a65e28ef5508f3adf82cbfa3bac Author: Manuel RĂ¼ger <mrueg <AT> rueg <DOT> eu> AuthorDate: Wed Sep 23 23:04:46 2015 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 23:04:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=d9761080 Replace deprecated call to runscript with openrc-run See also: https://github.com/OpenRC/openrc/commit/3470eda3f5cea437a6de132b1ead3f27effd3902 https://bugs.gentoo.org/show_bug.cgi?id=494220 plugin/newinitd.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/newinitd.vim b/plugin/newinitd.vim index 8195285..bf6d2aa 100644 --- a/plugin/newinitd.vim +++ b/plugin/newinitd.vim @@ -13,7 +13,7 @@ let g:loaded_newinitd=1 runtime! plugin/gentoo-common.vim fun! <SID>MakeNewInitd() - call GentooHeader('#!/sbin/runscript') + call GentooHeader('#!/sbin/openrc-run') " {{{ default functions put ='depend() {'