Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
Date: Mon, 01 Feb 2016 23:42:30
Message-Id: 1443049486.d97610803dc22a65e28ef5508f3adf82cbfa3bac.radhermit@gentoo
1 commit: d97610803dc22a65e28ef5508f3adf82cbfa3bac
2 Author: Manuel RĂ¼ger <mrueg <AT> rueg <DOT> eu>
3 AuthorDate: Wed Sep 23 23:04:46 2015 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 23:04:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=d9761080
7
8 Replace deprecated call to runscript with openrc-run
9
10 See also:
11 https://github.com/OpenRC/openrc/commit/3470eda3f5cea437a6de132b1ead3f27effd3902
12 https://bugs.gentoo.org/show_bug.cgi?id=494220
13
14 plugin/newinitd.vim | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/plugin/newinitd.vim b/plugin/newinitd.vim
18 index 8195285..bf6d2aa 100644
19 --- a/plugin/newinitd.vim
20 +++ b/plugin/newinitd.vim
21 @@ -13,7 +13,7 @@ let g:loaded_newinitd=1
22 runtime! plugin/gentoo-common.vim
23
24 fun! <SID>MakeNewInitd()
25 - call GentooHeader('#!/sbin/runscript')
26 + call GentooHeader('#!/sbin/openrc-run')
27
28 " {{{ default functions
29 put ='depend() {'