From ab308df62c462de5284a608a8f4fc94abf0d58e4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 24 Dec 1998 02:02:09 +0000 Subject: [PATCH] Added new users/group that Matt Dillan added. While not strictly necessary due to later changes to the tree, they may someday be required. --- UPDATING | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 05c7ff498450..b15e7a0ca8b9 100644 --- a/UPDATING +++ b/UPDATING @@ -4,6 +4,20 @@ major breakages in tracking -current. Not all things will be listed here, and it only starts on Novemeber 18, 1998. If you have an earlier version of FreeBSD, you are on your own. +19981202: + New groups from 19981201 commented out of mtree, so they + aren't strictly needed, but still a good idea to have. + +19981201: + New user/group added: bind. From src/etc/master.passwd and + src/etc/group: + % grep /usr/src/etc/group + bind:*:53: + % grep /usr/src/etc/master.passwd + tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin + kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin + bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin + 19981118: PAM integrated into the tree. Requires new /etc/pam.conf file to silence warnings from authentication programs (login, etc). @@ -12,4 +26,4 @@ earlier version of FreeBSD, you are on your own. YYYYMMDD: What happened and what you need to do. -$Id:$ +$Id: UPDATING,v 1.1 1998/12/15 00:24:32 imp Exp $