From b7bef88ce1bb2de2ce7634b9f7515c956e3e6ec3 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:04 +0000 Subject: [PATCH] packages/net-tools: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40116 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/net-tools/Makefile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/net/net-tools/Makefile b/net/net-tools/Makefile index 0748e05a5..2a7569cbb 100644 --- a/net/net-tools/Makefile +++ b/net/net-tools/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 - 2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -35,7 +35,7 @@ define Package/net-tools-dnsdomainname SECTION:=net CATEGORY:=Network DEPENDS += net-tools-hostname - TITLE:=net-tools - dnsdomainname + TITLE:=net-tools - dnsdomainname URL:=http://www.tazenda.demon.co.uk/phil/net-tools endef @@ -48,12 +48,12 @@ define Package/net-tools-domainname SECTION:=net CATEGORY:=Network DEPENDS += net-tools-hostname - TITLE:=net-tools - domainname + TITLE:=net-tools - domainname URL:=http://www.tazenda.demon.co.uk/phil/net-tools endef define Package/net-tools-domainname/description - Program domainname from net-tools. + Program domainname from net-tools. Reports the system's NIS/YP domain name. endef @@ -102,7 +102,7 @@ endef define Package/net-tools-iptunnel/description Program iptunnel from net-tools. - Adds, changes, deletes and shows an interface's tunnels. + Adds, changes, deletes and shows an interface's tunnels. endef define Package/net-tools-mii-tool @@ -113,15 +113,15 @@ define Package/net-tools-mii-tool endef define Package/net-tools-mii-tool/description - Program mii-tool from net-tools. Checks or sets - the status of a network interface's Media Independent + Program mii-tool from net-tools. Checks or sets + the status of a network interface's Media Independent Interface (MII) unit. endef define Package/net-tools-nameif SECTION:=net CATEGORY:=Network - TITLE:=net-tools - nameif + TITLE:=net-tools - nameif URL:=http://www.tazenda.demon.co.uk/phil/net-tools endef @@ -138,7 +138,7 @@ define Package/net-tools-netstat endef define Package/net-tools-netstat/description - Program netstat from net-tools. Report network + Program netstat from net-tools. Report network connections, routing tables, and interface statistics. endef @@ -163,7 +163,7 @@ define Package/net-tools-plipconfig endef define Package/net-tools-plipconfig/description - Program plipconfig from net-tools. Fine tune the + Program plipconfig from net-tools. Fine tune the PLIP device parameters, to improve its performance. endef @@ -200,9 +200,9 @@ define Package/net-tools-slattach endef define Package/net-tools-slattach/description - Program slattach from net-tools. Attaches a - network interface to a serial line. This allows - to use normal terminal lines for point-to-point + Program slattach from net-tools. Attaches a + network interface to a serial line. This allows + to use normal terminal lines for point-to-point links to other computers. endef @@ -223,7 +223,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ AR="$(TARGET_CROSS)ar" \ - COPTS="$(TARGET_CFLAGS)" + COPTS="$(TARGET_CFLAGS)" endef define Package/net-tools-arp/install