From d461907731e6005c128e938f47df52f413e0f7a3 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 7 Oct 2001 06:51:44 +0000 Subject: - Add senndmail-old as module - reserve UID 90 for sendmail client queue --- mail/sendmail812/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/sendmail812/Makefile') diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index b5e866afab87..8fd45982f281 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -95,8 +95,8 @@ post-build: pre-install: @${CAT} ${PKGDIR}/pkg-plist >${PLIST} @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} - if ! pw groupshow smmsp; then pw groupadd smmsp -g 501; fi - if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 501 \ + if ! pw groupshow smmsp; then pw groupadd smmsp -g 90; fi + if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 90 \ -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi .if !defined(NOPORTDOCS) @cd ${WRKSRC} && find cf -type f | \ -- cgit