Module Name:    src
Committed By:   roy
Date:           Fri Aug 21 10:44:43 UTC 2015

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

Log Message:
10-mtu is no longer used


To generate a diff of this commit:
cvs rdiff -u -r1.1110 -r1.1111 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.25 -r1.26 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.1110 src/distrib/sets/lists/base/mi:1.1111
--- src/distrib/sets/lists/base/mi:1.1110	Mon Aug 17 06:42:45 2015
+++ src/distrib/sets/lists/base/mi	Fri Aug 21 10:44:43 2015
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1110 2015/08/17 06:42:45 knakahara Exp $
+# $NetBSD: mi,v 1.1111 2015/08/21 10:44:43 roy Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -398,7 +398,7 @@
 ./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-mtu			base-obsolete      obsolete
 ./libexec/dhcpcd-hooks/10-resolv.conf		base-obsolete			obsolete
 ./libexec/dhcpcd-hooks/10-wpa_supplicant	base-dhcpcd-root
 ./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.25 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.26
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.25	Sat May 16 23:33:33 2015
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Fri Aug 21 10:44:43 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/05/16 23:33:33 roy Exp $
+# $NetBSD: Makefile,v 1.26 2015/08/21 10:44:43 roy Exp $
 #
 
 PROG=		dhcpcd
@@ -38,7 +38,7 @@ SCRIPTSDIR_dhcpcd-run-hooks=	/libexec
 CONFIGFILES=			dhcpcd.conf
 FILESDIR_dhcpcd.conf=		/etc
 
-HOOKS=			01-test 02-dump 10-mtu 10-wpa_supplicant 15-timezone
+HOOKS=			01-test 02-dump 10-wpa_supplicant 15-timezone
 HOOKS+=			20-resolv.conf 29-lookup-hostname 30-hostname
 HOOKS+=			50-ntp.conf
 

Reply via email to