From 6a0e49f6379db223f572c992a861c1e186893398 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:05:34 +0000 Subject: [PATCH] packages/vrrpd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40209 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/vrrpd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/vrrpd/Makefile b/net/vrrpd/Makefile index adc23a40b..472578a23 100644 --- a/net/vrrpd/Makefile +++ b/net/vrrpd/Makefile @@ -26,10 +26,10 @@ define Package/vrrpd endef define Package/vrrpd/description - VRRPd is an implementation of Virtual Router Redundancy - Protocol as specified in rfc2338. VRRPd is interoperable with - other RFC-based VRRP implementations, including Cisco and - Juniper, and is included as a standard feature on ImageStream + VRRPd is an implementation of Virtual Router Redundancy + Protocol as specified in rfc2338. VRRPd is interoperable with + other RFC-based VRRP implementations, including Cisco and + Juniper, and is included as a standard feature on ImageStream routers. endef