Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r79 - trunk/gentoo-syntax/plugin
Date: Tue, 03 Jan 2012 00:02:56
Message-Id: 20120103000223.BE4162004B@flycatcher.gentoo.org
1 Author: idl0r
2 Date: 2012-01-03 00:02:22 +0000 (Tue, 03 Jan 2012)
3 New Revision: 79
4
5 Modified:
6 trunk/gentoo-syntax/plugin/newinitd.vim
7 Log:
8 Remove restart() function as OpenRC has a default one
9
10
11 Modified: trunk/gentoo-syntax/plugin/newinitd.vim
12 ===================================================================
13 --- trunk/gentoo-syntax/plugin/newinitd.vim 2011-03-27 03:42:21 UTC (rev 78)
14 +++ trunk/gentoo-syntax/plugin/newinitd.vim 2012-01-03 00:02:22 UTC (rev 79)
15 @@ -25,10 +25,6 @@
16 put ='stop() {'
17 put =''
18 put ='}'
19 - put =''
20 - put ='restart() {'
21 - put =''
22 - put ='}'
23 " }}}
24
25 call GentooHeader()