- fix wrong definition of _PATH_PROCNET_X25_ROUTE (#188786)
This commit is contained in:
parent
53df30c253
commit
5997450dfe
13
net-tools-1.60-x25-proc.patch
Normal file
13
net-tools-1.60-x25-proc.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- net-tools-1.60/lib/pathnames.h.orig 2006-04-12 22:14:07.943885000 -0400
|
||||||
|
+++ net-tools-1.60/lib/pathnames.h 2006-04-12 22:19:34.072430000 -0400
|
||||||
|
@@ -42,8 +42,8 @@
|
||||||
|
#define _PATH_PROCNET_RARP "/proc/net/rarp"
|
||||||
|
#define _PATH_ETHERS "/etc/ethers"
|
||||||
|
#define _PATH_PROCNET_ROSE_ROUTE "/proc/net/rose_routes"
|
||||||
|
-#define _PATH_PROCNET_X25 "/proc/net/x25"
|
||||||
|
-#define _PATH_PROCNET_X25_ROUTE "/proc/net/x25_routes"
|
||||||
|
+#define _PATH_PROCNET_X25 "/proc/net/x25"
|
||||||
|
+#define _PATH_PROCNET_X25_ROUTE "/proc/net/x25/route"
|
||||||
|
#define _PATH_PROCNET_DEV_MCAST "/proc/net/dev_mcast"
|
||||||
|
|
||||||
|
/* pathname for the netlink device */
|
@ -62,6 +62,7 @@ Patch47: net-tools-1.60-netstat_stop_trim.patch
|
|||||||
Patch48: net-tools-1.60-netstat_inode.patch
|
Patch48: net-tools-1.60-netstat_inode.patch
|
||||||
Patch49: net-tools-1.60-fgets.patch
|
Patch49: net-tools-1.60-fgets.patch
|
||||||
Patch50: net-tools-1.60-ifconfig_man.patch
|
Patch50: net-tools-1.60-ifconfig_man.patch
|
||||||
|
Patch51: net-tools-1.60-x25-proc.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires(post,preun): chkconfig
|
Requires(post,preun): chkconfig
|
||||||
@ -120,6 +121,7 @@ ifconfig, netstat, route, and others.
|
|||||||
%patch48 -p1 -b .inode
|
%patch48 -p1 -b .inode
|
||||||
%patch49 -p1 -b .fgets
|
%patch49 -p1 -b .fgets
|
||||||
%patch50 -p1 -b .inet_addr
|
%patch50 -p1 -b .inet_addr
|
||||||
|
%patch51 -p1 -b .x25
|
||||||
|
|
||||||
cp %SOURCE2 ./config.h
|
cp %SOURCE2 ./config.h
|
||||||
cp %SOURCE3 ./config.make
|
cp %SOURCE3 ./config.make
|
||||||
@ -231,6 +233,9 @@ exit 0
|
|||||||
%{_sysconfdir}/rc.d/init.d/netplugd
|
%{_sysconfdir}/rc.d/init.d/netplugd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 13 2006 Radek Vokál <rvokal@redhat.com> - 1.60-67
|
||||||
|
- fix wrong definition of _PATH_PROCNET_X25_ROUTE (#188786)
|
||||||
|
|
||||||
* Thu Apr 06 2006 Radek Vokál <rvokal@redhat.com> - 1.60-66
|
* Thu Apr 06 2006 Radek Vokál <rvokal@redhat.com> - 1.60-66
|
||||||
- add note about -T to netstat
|
- add note about -T to netstat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user