Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (12 years ago)
Author:
Chris Staub <chris@…>
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.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/iproute2-3.4.0-libdir-1.patch

    r0cce40d r73ace20  
    99             Updated for Iproute2-2.6.37 by Joe Ciccone
    1010             Renamed for Iproute2-2.6.38 by Jonathan Norman
     11             Rediffed for Iproute2-3.4.0 by William Harrington
    1112
    12 diff -Naur iproute2-2.6.37.orig/Makefile iproute2-2.6.37/Makefile
    13 --- iproute2-2.6.37.orig/Makefile       2011-01-07 12:54:30.000000000 -0500
    14 +++ iproute2-2.6.37/Makefile    2011-01-08 19:22:59.954895722 -0500
    15 @@ -12,7 +12,7 @@
     13diff -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 @@
    1617 
    1718 SHARED_LIBS = y
     
    2223 DEFINES+= -DNO_SHARED_LIBS
    2324 endif
    24 diff -Naur iproute2-2.6.37.orig/include/iptables.h iproute2-2.6.37/include/iptables.h
    25 --- iproute2-2.6.37.orig/include/iptables.h     2011-01-07 12:54:30.000000000 -0500
    26 +++ iproute2-2.6.37/include/iptables.h  2011-01-08 19:22:59.954895722 -0500
     25diff -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
    2728@@ -4,8 +4,12 @@
    2829 #include "iptables_common.h"
     
    3940 
    4041 #ifndef IPPROTO_SCTP
    41 diff -Naur iproute2-2.6.37.orig/misc/arpd.c iproute2-2.6.37/misc/arpd.c
    42 --- iproute2-2.6.37.orig/misc/arpd.c    2011-01-07 12:54:30.000000000 -0500
    43 +++ iproute2-2.6.37/misc/arpd.c 2011-01-08 19:22:59.954895722 -0500
     42diff -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
    4445@@ -40,7 +40,7 @@
    4546 int resolve_hosts;
    4647 
    47  DB     *dbase;
    48 -char   *dbname = "/var/lib/arpd/arpd.db";
    49 +char   *dbname = ARPDDIR "/arpd.db";
     48 DB     *dbase;
     49-char   *dbname = "/var/lib/arpd/arpd.db";
     50+char   *dbname = ARPDDIR "/arpd.db";
    5051 
    51  int    ifnum;
    52  int    *ifvec;
     52 int    ifnum;
     53 int    *ifvec;
Note: See TracChangeset for help on using the changeset viewer.