Module Name: src
Committed By: he
Date: Sun Dec 28 17:07:43 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket 1223.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.0.7
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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.20 src/doc/CHANGES-6.0.7:1.1.2.21
--- src/doc/CHANGES-6.0.7:1.1.2.20 Thu Dec 25 02:56:18 2014
+++ src/doc/CHANGES-6.0.7 Sun Dec 28 17:07:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.20 2014/12/25 02:56:18 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.21 2014/12/28 17:07:43 he Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -1955,3 +1955,8 @@ external/bsd/ntp/scripts/mkver patch
Update ntp to 4.2.8.
[christos, ticket #1221]
+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]