From a310707180b82ada94fbeeff5cfbd4f71cb7d308 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 27 Oct 2004 02:51:41 +0000 Subject: [PATCH] Add a section to UPDATING describing the users and groups that might have to be added. Remove the authpf user requirement. Only an authpf group is required. Reported-by: esmith --- Makefile.inc1 | 6 +----- UPDATING | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 842e6db045..14a4106571 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.41 2004/10/26 16:14:55 drhodus Exp $ +# $DragonFly: src/Makefile.inc1,v 1.42 2004/10/27 02:51:41 dillon Exp $ # # Make command line options: # -DMAKE_KERBEROS5 to build Kerberos5 @@ -415,10 +415,6 @@ installcheck: # #Check that authpf user and group is installed # - @if ! `id -u authpf > /dev/null`; then \ - echo "ERROR: Required authpf user is missing, see /usr/src/UPDATING."; \ - false; \ - fi @if ! `id -g authpf > /dev/null`; then \ echo "ERROR: Required authpf group is missing, see /usr/src/UPDATING."; \ false; \ diff --git a/UPDATING b/UPDATING index 883d91fe61..1851293535 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$DragonFly: src/UPDATING,v 1.7 2004/04/22 23:24:19 dillon Exp $ +$DragonFly: src/UPDATING,v 1.8 2004/10/27 02:51:41 dillon Exp $ Updating Information for DragonFly users. @@ -10,6 +10,21 @@ mailing list with the details. ------------------------------------------------------------------------------ +> Required user and group IDs when upgrading from either FreeBSD or DragonFly +--------------------- + +The following users may be missing from your password file. Use vipw and +add any that are missing: + +smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/sbin/nologin + +The following groups may be missing from your group file. Use vi /etc/group +and add any that are missing: + +smmsp:*:25: +authpf:*:63: + + > Upgrading to DragonFly from FreeBSD --------------------- -- 2.41.0