From ed7c19b672947605212f7fb6b8a655b28a5b1ab8 Mon Sep 17 00:00:00 2001 From: roy Date: Sun, 10 May 2009 17:20:55 +0000 Subject: [PATCH] Re import right version --- external/bsd/dhcpcd/dist/README | 6 ++++-- external/bsd/dhcpcd/dist/config.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/external/bsd/dhcpcd/dist/README b/external/bsd/dhcpcd/dist/README index 1238631c61b8..27254697cd58 100644 --- a/external/bsd/dhcpcd/dist/README +++ b/external/bsd/dhcpcd/dist/README @@ -37,13 +37,15 @@ Some BSD systems do not allow the manipulation of automatically added subnet routes. You can find discussion here: http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html BSD systems where this has been fixed are: - NetBSD-5.99.6 + NetBSD-5.0 Hooks ----- Not all the hooks in dhcpcd-hooks are installed by default. -By default we install 01-test, 10-mtu, 20-resolv.conf and 30-hostname. +By default we install 01-test, 10-mtu, 20-resolv.conf, +29-lookup-hostname and 30-hostname. +The default dhcpcd.conf does disable the lookup-hostname hook by default. To add more simply add them in the HOOKSCRIPTS variable. make HOOKSCRIPTS=50-ntp install diff --git a/external/bsd/dhcpcd/dist/config.h b/external/bsd/dhcpcd/dist/config.h index 5bd9859af460..4b379d4dda5b 100644 --- a/external/bsd/dhcpcd/dist/config.h +++ b/external/bsd/dhcpcd/dist/config.h @@ -28,7 +28,7 @@ #define CONFIG_H #define PACKAGE "dhcpcd" -#define VERSION "5.0.1" +#define VERSION "5.0.2" /* Some systems do not have a working fork. */ /* #define THERE_IS_NO_FORK */