Module Name: src
Committed By: he
Date: Sun Dec 28 17:03:53 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1223.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.178 src/doc/CHANGES-6.2:1.1.2.179
--- src/doc/CHANGES-6.2:1.1.2.178 Fri Dec 26 07:31:42 2014
+++ src/doc/CHANGES-6.2 Sun Dec 28 17:03:52 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.178 2014/12/26 07:31:42 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.179 2014/12/28 17:03:52 he Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -8861,3 +8861,9 @@ external/mit/xorg/server/xorg-server/Mak
Fix conversion of SDK_REQUIRED_MODULES which was reported by John
D. Baker in PR#49500.
[mrg, ticket 1222]
+
+etc/rc.d/ntpd 1.15
+
+ The new ntpd wants to translate ntp into a port number after chroot,
+ so give it its own small copy of /etc/services in the chroot.
+ [mlelstv, ticket 1223]