Module Name: src Committed By: roy Date: Fri Jun 21 21:09:34 UTC 2013
Modified Files: src/distrib/sets/lists/base: mi src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Add the timezone hook To generate a diff of this commit: cvs rdiff -u -r1.1032 -r1.1033 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.14 -r1.15 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.1032 src/distrib/sets/lists/base/mi:1.1033 --- src/distrib/sets/lists/base/mi:1.1032 Fri Jun 21 19:46:58 2013 +++ src/distrib/sets/lists/base/mi Fri Jun 21 21:09:34 2013 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1032 2013/06/21 19:46:58 roy Exp $ +# $NetBSD: mi,v 1.1033 2013/06/21 21:09:34 roy Exp $ # # Note: Don't delete entries from here - mark them as "obsolete" instead, # unless otherwise stated below. @@ -218,6 +218,7 @@ ./libexec/dhcpcd-hooks/10-resolv.conf base-obsolete obsolete ./libexec/dhcpcd-hooks/14-lookup-hostname base-obsolete obsolete ./libexec/dhcpcd-hooks/15-hostname base-obsolete obsolete +./libexec/dhcpcd-hooks/15-timezone base-dhcpcd-root ./libexec/dhcpcd-hooks/20-resolv.conf base-dhcpcd-root ./libexec/dhcpcd-hooks/29-lookup-hostname base-dhcpcd-root ./libexec/dhcpcd-hooks/30-hostname base-dhcpcd-root Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.14 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.15 --- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.14 Fri Jun 21 19:47:29 2013 +++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Jun 21 21:09:34 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2013/06/21 19:47:29 roy Exp $ +# $NetBSD: Makefile,v 1.15 2013/06/21 21:09:34 roy Exp $ # PROG= dhcpcd @@ -28,7 +28,7 @@ SCRIPTSDIR_dhcpcd-run-hooks= /libexec CONFIGFILES= dhcpcd.conf FILESDIR_dhcpcd.conf= /etc -HOOKS= 01-test 02-dump 10-mtu 10-wpa_supplicant +HOOKS= 01-test 02-dump 10-mtu 10-wpa_supplicant 15-timezone HOOKS+= 20-resolv.conf 29-lookup-hostname 30-hostname HOOKS+= 50-ntp.conf