rpms/net-tools/devel net-tools-1.60-metric-tunnel-man.patch, NONE, 1.1 net-tools.spec, 1.95, 1.96

Zdenek Prikryl zprikryl at fedoraproject.org
Mon Sep 29 08:49:06 UTC 2008


Author: zprikryl

Update of /cvs/extras/rpms/net-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32131

Modified Files:
	net-tools.spec 
Added Files:
	net-tools-1.60-metric-tunnel-man.patch 
Log Message:
fixed ifconfig's man page (#454271, #432328)


net-tools-1.60-metric-tunnel-man.patch:

--- NEW FILE net-tools-1.60-metric-tunnel-man.patch ---
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"


Index: net-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/net-tools/devel/net-tools.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- net-tools.spec	15 Jul 2008 10:35:42 -0000	1.95
+++ net-tools.spec	29 Sep 2008 08:48:36 -0000	1.96
@@ -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 @@
 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 @@
 %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 @@
 %{_sysconfdir}/rc.d/init.d/netplugd
 
 %changelog
+* Thu Sep 25 2008 Zdenek Prikryl <zprikryl at redhat.com> - 1.60-90
+- fixed ifconfig's man page (#454271, #432328)
+
 * Tue Jul 15 2008 Zdenek Prikryl <zprikryl at redhat.com> - 1.60-89
 - fixed man pages for arp (#446195)
 - fixed netstat --interfaces option (#446187)




More information about the fedora-extras-commits mailing list