Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src 10-mtu is no longer used



details:   https://anonhg.NetBSD.org/src/rev/fd60bf5f93e5
branches:  trunk
changeset: 340068:fd60bf5f93e5
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Aug 21 10:44:43 2015 +0000

description:
10-mtu is no longer used

diffstat:

 distrib/sets/lists/base/mi               |  4 ++--
 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e6a8df8414e1 -r fd60bf5f93e5 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Fri Aug 21 10:39:00 2015 +0000
+++ b/distrib/sets/lists/base/mi        Fri Aug 21 10:44:43 2015 +0000
@@ -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
diff -r e6a8df8414e1 -r fd60bf5f93e5 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Aug 21 10:39:00 2015 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Aug 21 10:44:43 2015 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index