packages/net-tools: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40116 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:04:04 +00:00
parent 0b7d8347c6
commit b7bef88ce1

View File

@ -1,4 +1,4 @@
# #
# Copyright (C) 2006 - 2013 OpenWrt.org # Copyright (C) 2006 - 2013 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
@ -35,7 +35,7 @@ define Package/net-tools-dnsdomainname
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
DEPENDS += net-tools-hostname DEPENDS += net-tools-hostname
TITLE:=net-tools - dnsdomainname TITLE:=net-tools - dnsdomainname
URL:=http://www.tazenda.demon.co.uk/phil/net-tools URL:=http://www.tazenda.demon.co.uk/phil/net-tools
endef endef
@ -48,12 +48,12 @@ define Package/net-tools-domainname
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
DEPENDS += net-tools-hostname DEPENDS += net-tools-hostname
TITLE:=net-tools - domainname TITLE:=net-tools - domainname
URL:=http://www.tazenda.demon.co.uk/phil/net-tools URL:=http://www.tazenda.demon.co.uk/phil/net-tools
endef endef
define Package/net-tools-domainname/description define Package/net-tools-domainname/description
Program domainname from net-tools. Program domainname from net-tools.
Reports the system's NIS/YP domain name. Reports the system's NIS/YP domain name.
endef endef
@ -102,7 +102,7 @@ endef
define Package/net-tools-iptunnel/description define Package/net-tools-iptunnel/description
Program iptunnel from net-tools. Program iptunnel from net-tools.
Adds, changes, deletes and shows an interface's tunnels. Adds, changes, deletes and shows an interface's tunnels.
endef endef
define Package/net-tools-mii-tool define Package/net-tools-mii-tool
@ -113,15 +113,15 @@ define Package/net-tools-mii-tool
endef endef
define Package/net-tools-mii-tool/description define Package/net-tools-mii-tool/description
Program mii-tool from net-tools. Checks or sets Program mii-tool from net-tools. Checks or sets
the status of a network interface's Media Independent the status of a network interface's Media Independent
Interface (MII) unit. Interface (MII) unit.
endef endef
define Package/net-tools-nameif define Package/net-tools-nameif
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=net-tools - nameif TITLE:=net-tools - nameif
URL:=http://www.tazenda.demon.co.uk/phil/net-tools URL:=http://www.tazenda.demon.co.uk/phil/net-tools
endef endef
@ -138,7 +138,7 @@ define Package/net-tools-netstat
endef endef
define Package/net-tools-netstat/description 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. connections, routing tables, and interface statistics.
endef endef
@ -163,7 +163,7 @@ define Package/net-tools-plipconfig
endef endef
define Package/net-tools-plipconfig/description 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. PLIP device parameters, to improve its performance.
endef endef
@ -200,9 +200,9 @@ define Package/net-tools-slattach
endef endef
define Package/net-tools-slattach/description define Package/net-tools-slattach/description
Program slattach from net-tools. Attaches a Program slattach from net-tools. Attaches a
network interface to a serial line. This allows network interface to a serial line. This allows
to use normal terminal lines for point-to-point to use normal terminal lines for point-to-point
links to other computers. links to other computers.
endef endef
@ -223,7 +223,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \ CC="$(TARGET_CC)" \
AR="$(TARGET_CROSS)ar" \ AR="$(TARGET_CROSS)ar" \
COPTS="$(TARGET_CFLAGS)" COPTS="$(TARGET_CFLAGS)"
endef endef
define Package/net-tools-arp/install define Package/net-tools-arp/install