
vpnc at unix-ag
Sep 5, 2009, 10:04 PM
Post #1 of 1
(503 views)
Permalink
|
|
svn commit: vpnc r432 - /branches/vpnc-nortel/vpnc.c
|
|
Author: Antonio Borneo Date: Sun Sep 6 07:04:44 2009 New Revision: 432 Log: Merge in Nortel branch the commit r375 by Joerg Mayer. Original comment: Fix some tpyos as reported by Tim Riker <TimR [at] Debian> Modified: branches/vpnc-nortel/vpnc.c Modified: branches/vpnc-nortel/vpnc.c ============================================================================== --- branches/vpnc-nortel/vpnc.c (original) +++ branches/vpnc-nortel/vpnc.c Sun Sep 6 07:04:44 2009 @@ -3218,12 +3218,12 @@ "this means the concentrator did not like what we had to offer.\n" "Possible reasons are:\n" " * concentrator configured to require a firewall\n" - " this locks out even Cisco clients on any platform expect windows\n" - " which is an obvious security improvment. There is no workaround (yet).\n" + " this locks out even Cisco clients on any platform except windows\n" + " which is an obvious security improvement. There is no workaround (yet).\n" " * concentrator configured to require IP compression\n" " this is not yet supported by vpnc.\n" " Note: the Cisco Concentrator Documentation recommends against using\n" - " compression, expect on low-bandwith (read: ISDN) links, because it\n" + " compression, except on low-bandwith (read: ISDN) links, because it\n" " uses much CPU-resources on the concentrator\n", reject); _______________________________________________ vpnc-devel mailing list vpnc-devel [at] unix-ag https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|