add entry for smmsp user/group.

fixes PR misc/17513 from Geoff C. Wing.
This commit is contained in:
grant 2003-02-06 04:37:59 +00:00
parent d08b4f2d41
commit 0df4872b2e
1 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: UPDATING,v 1.83 2003/01/29 09:17:08 kei Exp $
$NetBSD: UPDATING,v 1.84 2003/02/06 04:37:59 grant Exp $
This file is intended to be a brief introduction to the build
process and a reference on what to do if something doesn't work.
@ -159,6 +159,17 @@ Recent changes:
Solution: update and reinstall usr.bin/crunch
20020605:
smmsp user/group has been added for sendmail.
Add the following into /etc/group:
smmsp:*:17:
and the following to /etc/master.passwd (via vipw):
smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
20020515:
sshd user/group has been added. Need to hand add this in, or sshd
will not let you log in (with default, or UsePrivlegeSeparation=yes)