diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-04 00:00:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-04 00:00:19 +0100 |
commit | 799dcdc48fb548932e1a878d22d54f5975ffc5e4 (patch) | |
tree | 659710f1dba63854306b5be98517a1d29c6a731f /gnu/packages/vpn.scm | |
parent | 4095b4130898cd22cfe2ec36416c71da375cc15e (diff) | |
download | patches-799dcdc48fb548932e1a878d22d54f5975ffc5e4.tar patches-799dcdc48fb548932e1a878d22d54f5975ffc5e4.tar.gz |
gnu: Improve synopses in vpn.scm.
* gnu/packages/vpn.scm (vpnc): Shorten synopsis, and fix spelling.
(openconnect): Fix synopsis spelling.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index ab4c471a7f..cded20648d 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -81,7 +81,7 @@ endpoints.") (substitute* "Makefile" (("ETCDIR=/etc/vpnc") (string-append "ETCDIR=" out "/etc/vpnc"))))) %standard-phases))) - (synopsis "vpnc, a client for cisco vpn concentrators") + (synopsis "Client for Cisco VPN concentrators") (description "vpnc is a VPN client compatible with Cisco's EasyVPN equipment. It supports IPSec (ESP) with Mode Configuration and Xauth. It supports only @@ -124,7 +124,7 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.") vpnc "/etc/vpnc/vpnc-script"))))))) %standard-phases))) - (synopsis "client for cisco vpn") + (synopsis "Client for Cisco VPN") (description "OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, |