Module Name:    src
Committed By:   roy
Date:           Sat Nov 27 12:11:54 UTC 2010

Modified Files:
        src/distrib/sets/lists/base: mi
        src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
Install the 02-dump hook for dhcpcd.


To generate a diff of this commit:
cvs rdiff -u -r1.888 -r1.889 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.888 src/distrib/sets/lists/base/mi:1.889
--- src/distrib/sets/lists/base/mi:1.888	Sun Nov 21 19:58:03 2010
+++ src/distrib/sets/lists/base/mi	Sat Nov 27 12:11:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.888 2010/11/21 19:58:03 adam Exp $
+# $NetBSD: mi,v 1.889 2010/11/27 12:11:54 roy Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -178,6 +178,7 @@
 ./libexec					base-sys-root
 ./libexec/dhcpcd-hooks				base-dhcpcd-root
 ./libexec/dhcpcd-hooks/01-test			base-dhcpcd-root
+./libexec/dhcpcd-hooks/02-dump			base-dhcpcd-root
 ./libexec/dhcpcd-hooks/10-mtu			base-dhcpcd-root
 ./libexec/dhcpcd-hooks/10-resolv.conf		base-obsolete obsolete
 ./libexec/dhcpcd-hooks/14-lookup-hostname	base-obsolete obsolete

Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.8 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.9
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.8	Wed Nov 10 14:12:28 2010
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Sat Nov 27 12:11:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/11/10 14:12:28 roy Exp $
+# $NetBSD: Makefile,v 1.9 2010/11/27 12:11:54 roy Exp $
 #
 
 PROG=		dhcpcd
@@ -23,7 +23,7 @@
 CONFIGFILES=			dhcpcd.conf
 FILESDIR_dhcpcd.conf=		/etc
 
-HOOKS=		01-test 10-mtu 20-resolv.conf 29-lookup-hostname \
+HOOKS=		01-test 02-dump 10-mtu 20-resolv.conf 29-lookup-hostname \
 		30-hostname 50-ntp.conf
 
 FILES=			${HOOKS:C,^,${DIST}/dhcpcd-hooks/,}

Reply via email to