Subject: Request for testers: mail/exim{,3}
To: None <tech-pkg@NetBSD.org>
From: Masao Uebayashi <uebayasi@pultek.co.jp>
List: tech-pkg
Date: 05/26/2004 18:42:50
Hi!

Can anyone who's using mail/exim{,3} test this patch?

These are the only 2 packages that want to assign a predefined UID
('8' in this case) for a user account for the server programs.  I see
no reason the UID needs to be 8.

Masao

Index: mail/exim/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/exim/Makefile,v
retrieving revision 1.47
diff -u -r1.47 Makefile
--- mail/exim/Makefile	7 May 2004 18:12:58 -0000	1.47
+++ mail/exim/Makefile	26 May 2004 09:41:57 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.47 2004/05/07 18:12:58 abs Exp $
 
 DISTNAME=	exim-${EXIM_VERSION}
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	mail net
 
 MAINTAINER=	abs@NetBSD.org
Index: mail/exim/Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/mail/exim/Makefile.common,v
retrieving revision 1.6
diff -u -r1.6 Makefile.common
--- mail/exim/Makefile.common	9 May 2004 21:14:42 -0000	1.6
+++ mail/exim/Makefile.common	26 May 2004 09:41:57 -0000
@@ -19,7 +19,7 @@
 BUILD_DEFS=		EXIM_USER EXIM_GROUP
 
 PKG_GROUPS=	${EXIM_GROUP}
-PKG_USERS=	${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
+PKG_USERS=	${EXIM_USER}:${EXIM_GROUP}::Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
 
 WRKSRC=		${WRKDIR}/exim-${EXIM_VERSION}
 PKG_SYSCONFSUBDIR?=	exim
Index: mail/exim3/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/exim3/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- mail/exim3/Makefile	7 May 2004 17:47:32 -0000	1.6
+++ mail/exim3/Makefile	26 May 2004 09:41:57 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2004/05/07 17:47:32 abs Exp $
 
 DISTNAME=	exim-3.36
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	mail net
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
 		http://public.planetmirror.com.au/pub/exim/exim3/
@@ -29,7 +29,7 @@
 OWN_DIRS_PERMS=		/var/log/exim ${EXIM_USER} ${EXIM_GROUP} 0750
 OWN_DIRS_PERMS+=	/var/spool/exim ${EXIM_USER} ${EXIM_GROUP} 0750
 
-PKG_USERS=		${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
+PKG_USERS=		${EXIM_USER}:${EXIM_GROUP}::Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
 PKG_GROUPS=		${EXIM_GROUP}
 
 .include "../../mk/bsd.prefs.mk"