From d2b12288c3347093f7437b79b5a5706de8e6a4ec Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Mon, 29 Sep 2008 08:48:36 +0000 Subject: [PATCH] fixed ifconfig's man page (#454271, #432328) --- net-tools-1.60-metric-tunnel-man.patch | 21 +++++++++++++++++++++ net-tools.spec | 7 ++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 net-tools-1.60-metric-tunnel-man.patch diff --git a/net-tools-1.60-metric-tunnel-man.patch b/net-tools-1.60-metric-tunnel-man.patch new file mode 100644 index 0000000..b949f87 --- /dev/null +++ b/net-tools-1.60-metric-tunnel-man.patch @@ -0,0 +1,21 @@ +diff -up net-tools-1.60/man/en_US/ifconfig.8.metric-tunnel-man net-tools-1.60/man/en_US/ifconfig.8 +--- net-tools-1.60/man/en_US/ifconfig.8.metric-tunnel-man 2008-09-18 09:20:49.000000000 +0200 ++++ net-tools-1.60/man/en_US/ifconfig.8 2008-09-18 09:26:41.000000000 +0200 +@@ -70,7 +70,7 @@ mode. If selected, all multicast packet + received by the interface. + .TP + .B "metric N" +-This parameter sets the interface metric. ++This parameter sets the interface metric. It is not available under GNU/Linux. + .TP + .B "mtu N" + This parameter sets the Maximum Transfer Unit (MTU) of an interface. +@@ -92,7 +92,7 @@ Add an IPv6 address to an interface. + .B "del addr/prefixlen" + Remove an IPv6 address from an interface. + .TP +-.B "tunnel aa.bb.cc.dd" ++.B "tunnel ::aa.bb.cc.dd" + Create a new SIT (IPv6-in-IPv4) device, tunnelling to the given destination. + .TP + .B "irq addr" diff --git a/net-tools.spec b/net-tools.spec index 3bfaffd..f13514a 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -3,7 +3,7 @@ Summary: Basic networking tools Name: net-tools Version: 1.60 -Release: 89%{?dist} +Release: 90%{?dist} License: GPL+ Group: System Environment/Base URL: http://www.tazenda.demon.co.uk/phil/net-tools/ @@ -80,6 +80,7 @@ Patch66: net-tools-1.60-sctp-addrs.patch Patch67: net-tools-1.60-i-option.patch Patch68: net-tools-1.60-a-option.patch Patch69: net-tools-1.60-clear-flag.patch +Patch70: net-tools-1.60-metric-tunnel-man.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/chkconfig @@ -160,6 +161,7 @@ ifconfig, netstat, route, and others. %patch67 -p1 -b .i-option %patch68 -p1 -b .a-option %patch69 -p1 -b .clear-flag +%patch70 -p1 -b .metric-tunnel-man cp %SOURCE2 ./config.h cp %SOURCE3 ./config.make @@ -275,6 +277,9 @@ exit 0 %{_sysconfdir}/rc.d/init.d/netplugd %changelog +* Thu Sep 25 2008 Zdenek Prikryl - 1.60-90 +- fixed ifconfig's man page (#454271, #432328) + * Tue Jul 15 2008 Zdenek Prikryl - 1.60-89 - fixed man pages for arp (#446195) - fixed netstat --interfaces option (#446187)