swift 12/04/22 10:42:58 Modified: vpnc-howto.xml Log: Fix bug #411743 - Mention USE flag validation
Revision Changes Path 1.11 xml/htdocs/doc/en/vpnc-howto.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?r1=1.10&r2=1.11 Index: vpnc-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- vpnc-howto.xml 29 Jul 2010 12:59:47 -0000 1.10 +++ vpnc-howto.xml 22 Apr 2012 10:42:58 -0000 1.11 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.10 2010/07/29 12:59:47 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.11 2012/04/22 10:42:58 swift Exp $ --> <guide> <title>Gentoo vpnc HOWTO</title> @@ -30,8 +30,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3</version> -<date>2010-07-29</date> +<version>4</version> +<date>2012-04-22</date> <chapter> <title>Introduction</title> @@ -194,6 +194,16 @@ # <i>emerge -av net-misc/vpnc</i> </pre> +<p> +Make sure to check the supported USE flag combinations and see if they apply to +your environment. If you encounter a problem later with the following error, you +will need to enable the hybrid-auth USE flag: +</p> + +<pre caption="vpnc complaining about hybrid/cert mode"> +vpnc was built without openssl: Can't do hybrid or cert mode. +</pre> + </body> </section> </chapter>
