Changeset 1463997


Ignore:
Timestamp:
Oct 25, 2012, 1:14:48 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
315311a
Parents:
f001dfd
Message:

Update iproute2 patch for good, again.

File:
1 edited

Legend:

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

    rf001dfd r1463997  
    1212
    1313diff -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 @@
     14--- iproute2-3.4.0.orig/Makefile        2012-10-25 19:59:31.824412361 +0000
     15+++ iproute2-3.4.0/Makefile     2012-10-25 20:00:11.334366911 +0000
     16@@ -12,7 +12,7 @@
    1717 
    1818 SHARED_LIBS = y
     
    2424 endif
    2525diff -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
     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-10-25 20:00:56.064367711 +0000
    2828@@ -4,8 +4,12 @@
    2929 #include "iptables_common.h"
     
    4141 #ifndef IPPROTO_SCTP
    4242diff -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
     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-10-25 20:01:19.474370303 +0000
    4545@@ -40,7 +40,7 @@
    4646 int resolve_hosts;
    4747 
    48  DB     *dbase;
    49 -char   *dbname = "/var/lib/arpd/arpd.db";
     48 DB     *dbase;
     49-char   *dbname = "/var/lib/arpd/arpd.db";
    5050+char   *dbname = ARPDDIR "/arpd.db";
    5151 
    52  int    ifnum;
    53  int    *ifvec;
     52 int    ifnum;
     53 int    *ifvec;
Note: See TracChangeset for help on using the changeset viewer.