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: ChangeLog
Date: Thu, 16 Oct 2008 16:46:41
Message-Id: E1KqVzj-0006vv-EH@stork.gentoo.org
1 opfer 08/10/16 16:46:39
2
3 Modified: ChangeLog
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.75 net-misc/vpnc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.75&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.75&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?r1=1.74&r2=1.75
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v
18 retrieving revision 1.74
19 retrieving revision 1.75
20 diff -u -r1.74 -r1.75
21 --- ChangeLog 11 Sep 2008 22:39:19 -0000 1.74
22 +++ ChangeLog 16 Oct 2008 16:46:39 -0000 1.75
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-misc/vpnc
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.74 2008/09/11 22:39:19 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.75 2008/10/16 16:46:39 opfer Exp $
28 +
29 + 16 Oct 2008; Christian Faulhammer <opfer@g.o> files/vpnc-2.init:
30 + source is not POSIX compliant so use the dot instead, thanks to Martin
31 + Väth <vaeth AT mathematik DOT uni-wuerzburg DOT de> in bug 242198
32
33 11 Sep 2008; Christian Faulhammer <opfer@g.o> files/vpnc-2.init:
34 source /etc/conf.d/vpnc always as people likely rename their init scripts;