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() {'

Reply via email to