Changeset 73ace20 for patches/iproute2-3.4.0-libdir-1.patch
- Timestamp:
- Oct 10, 2012, 6:42:21 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f7b2c72
- Parents:
- 0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/iproute2-3.4.0-libdir-1.patch
r0cce40d r73ace20 9 9 Updated for Iproute2-2.6.37 by Joe Ciccone 10 10 Renamed for Iproute2-2.6.38 by Jonathan Norman 11 Rediffed for Iproute2-3.4.0 by William Harrington 11 12 12 diff -Naur iproute2- 2.6.37.orig/Makefile iproute2-2.6.37/Makefile13 --- iproute2- 2.6.37.orig/Makefile 2011-01-07 12:54:30.000000000 -050014 +++ iproute2- 2.6.37/Makefile 2011-01-08 19:22:59.954895722 -050015 @@ -1 2,7 +12,7 @@13 diff -Naur iproute2-3.4.0.orig/Makefile iproute2-3.4.0/Makefile 14 --- iproute2-3.4.0.orig/Makefile 2012-05-21 21:12:19.000000000 +0000 15 +++ iproute2-3.4.0/Makefile 2012-09-16 00:43:20.000000000 +0000 16 @@ -13,7 +13,7 @@ 16 17 17 18 SHARED_LIBS = y … … 22 23 DEFINES+= -DNO_SHARED_LIBS 23 24 endif 24 diff -Naur iproute2- 2.6.37.orig/include/iptables.h iproute2-2.6.37/include/iptables.h25 --- iproute2- 2.6.37.orig/include/iptables.h 2011-01-07 12:54:30.000000000 -050026 +++ iproute2- 2.6.37/include/iptables.h 2011-01-08 19:22:59.954895722 -050025 diff -Naur iproute2-3.4.0.orig/include/iptables.h iproute2-3.4.0/include/iptables.h 26 --- iproute2-3.4.0.orig/include/iptables.h 2012-05-21 21:12:19.000000000 +0000 27 +++ iproute2-3.4.0/include/iptables.h 2012-09-16 00:43:20.000000000 +0000 27 28 @@ -4,8 +4,12 @@ 28 29 #include "iptables_common.h" … … 39 40 40 41 #ifndef IPPROTO_SCTP 41 diff -Naur iproute2- 2.6.37.orig/misc/arpd.c iproute2-2.6.37/misc/arpd.c42 --- iproute2- 2.6.37.orig/misc/arpd.c 2011-01-07 12:54:30.000000000 -050043 +++ iproute2- 2.6.37/misc/arpd.c 2011-01-08 19:22:59.954895722 -050042 diff -Naur iproute2-3.4.0.orig/misc/arpd.c iproute2-3.4.0/misc/arpd.c 43 --- iproute2-3.4.0.orig/misc/arpd.c 2012-05-21 21:12:19.000000000 +0000 44 +++ iproute2-3.4.0/misc/arpd.c 2012-09-16 00:43:20.000000000 +0000 44 45 @@ -40,7 +40,7 @@ 45 46 int resolve_hosts; 46 47 47 DB 48 -char 49 +char 48 DB *dbase; 49 -char *dbname = "/var/lib/arpd/arpd.db"; 50 +char *dbname = ARPDDIR "/arpd.db"; 50 51 51 int 52 int 52 int ifnum; 53 int *ifvec;
Note:
See TracChangeset
for help on using the changeset viewer.