Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: vpnc-howto.xml
Date: Sun, 22 Apr 2012 12:05:55
Message-Id: 20120422104258.C11592004B@flycatcher.gentoo.org
1 swift 12/04/22 10:42:58
2
3 Modified: vpnc-howto.xml
4 Log:
5 Fix bug #411743 - Mention USE flag validation
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/en/vpnc-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?r1=1.10&r2=1.11
13
14 Index: vpnc-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- vpnc-howto.xml 29 Jul 2010 12:59:47 -0000 1.10
21 +++ vpnc-howto.xml 22 Apr 2012 10:42:58 -0000 1.11
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.10 2010/07/29 12:59:47 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.11 2012/04/22 10:42:58 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo vpnc HOWTO</title>
30 @@ -30,8 +30,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3</version>
35 -<date>2010-07-29</date>
36 +<version>4</version>
37 +<date>2012-04-22</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -194,6 +194,16 @@
42 # <i>emerge -av net-misc/vpnc</i>
43 </pre>
44
45 +<p>
46 +Make sure to check the supported USE flag combinations and see if they apply to
47 +your environment. If you encounter a problem later with the following error, you
48 +will need to enable the hybrid-auth USE flag:
49 +</p>
50 +
51 +<pre caption="vpnc complaining about hybrid/cert mode">
52 +vpnc was built without openssl: Can't do hybrid or cert mode.
53 +</pre>
54 +
55 </body>
56 </section>
57 </chapter>