aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@rueg.eu>2015-09-24 01:04:46 +0200
committerManuel Rüger <mrueg@rueg.eu>2015-09-24 01:04:46 +0200
commitd97610803dc22a65e28ef5508f3adf82cbfa3bac (patch)
treedfc44b32d0baf17035ebda70d2d9cc494fc63599 /plugin
parentChange $Header: $ to $Id$ in header (diff)
downloadgentoo-syntax-d97610803dc22a65e28ef5508f3adf82cbfa3bac.tar.gz
gentoo-syntax-d97610803dc22a65e28ef5508f3adf82cbfa3bac.tar.bz2
gentoo-syntax-d97610803dc22a65e28ef5508f3adf82cbfa3bac.zip
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
Diffstat (limited to 'plugin')
-rw-r--r--plugin/newinitd.vim2
1 files changed, 1 insertions, 1 deletions
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() {'