From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- package/openvpn/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/openvpn') diff --git a/package/openvpn/Config.in b/package/openvpn/Config.in index aa8b9f184..9069cacc5 100644 --- a/package/openvpn/Config.in +++ b/package/openvpn/Config.in @@ -3,11 +3,11 @@ config BR2_PACKAGE_OPENVPN select BR2_PACKAGE_LZO select BR2_PACKAGE_OPENSSL help - OpenVPN is a full-featured SSL VPN solution which can - accomodate a wide range of configurations, including road - warrior access, home/office/campus telecommuting, WiFi - security, secure branch office linking, and enterprise-scale - remote access solutions with load balancing, failover, and + OpenVPN is a full-featured SSL VPN solution which can + accomodate a wide range of configurations, including road + warrior access, home/office/campus telecommuting, WiFi + security, secure branch office linking, and enterprise-scale + remote access solutions with load balancing, failover, and fine-grained access-controls. http://openvpn.sourceforge.net/ -- cgit v1.2.3