Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vpnc/files: vpnc-2.init
Date: Thu, 16 Oct 2008 16:46:41
Message-Id: E1KqVzj-0006w5-JE@stork.gentoo.org
1 opfer 08/10/16 16:46:39
2
3 Modified: vpnc-2.init
4 Log:
5 source is not POSIX compliant so use the dot instead, thanks to Martin Väth <vaeth AT mathematik DOT uni-wuerzburg DOT de> in bug 242198
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.4 net-misc/vpnc/files/vpnc-2.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/files/vpnc-2.init?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/files/vpnc-2.init?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/files/vpnc-2.init?r1=1.3&r2=1.4
14
15 Index: vpnc-2.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/files/vpnc-2.init,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vpnc-2.init 11 Sep 2008 22:39:20 -0000 1.3
22 +++ vpnc-2.init 16 Oct 2008 16:46:39 -0000 1.4
23 @@ -2,7 +2,7 @@
24
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/files/vpnc-2.init,v 1.3 2008/09/11 22:39:20 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/files/vpnc-2.init,v 1.4 2008/10/16 16:46:39 opfer Exp $
29
30 VPNDIR="/etc/vpnc"
31 VPN="${SVCNAME#*.}"
32 @@ -19,7 +19,7 @@
33 POSTDOWNSCRIPT="${VPNSCRIPTDIR}/${VPN}-postdown.sh"
34 # We should source this file to avoid problems when init script
35 # name differs from the default name
36 -source /etc/conf.d/vpnc
37 +. /etc/conf.d/vpnc
38
39 depend() {
40 need net