From d34b2b1ee3faf8c842017e914405d2828b3c49d7 Mon Sep 17 00:00:00 2001 From: dinoex Date: Wed, 26 Jun 2002 03:37:22 +0000 Subject: Update: sendmail.8.12.5 smmsp uses now id 25, to avoid conflicts after upgrading --- mail/sendmail812/Makefile | 6 +++--- mail/sendmail812/distinfo | 2 +- mail/sendmail812/pkg-plist | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'mail/sendmail812') diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 4e0a710..da37376 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sendmail -PORTVERSION= 8.12.4 +PORTVERSION= 8.12.5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} @@ -102,8 +102,8 @@ pre-install: .if ! defined(SENDMAIL_WITHOUT_MILTER) @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} .endif - if ! pw groupshow smmsp; then pw groupadd smmsp -g 90; fi - if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 90 \ + if ! pw groupshow smmsp; then pw groupadd smmsp -g 25; fi + if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 25 \ -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi .if !defined(NOPORTDOCS) @cd ${WRKSRC} && find cf -type f | \ diff --git a/mail/sendmail812/distinfo b/mail/sendmail812/distinfo index 167de62..1149c5a 100644 --- a/mail/sendmail812/distinfo +++ b/mail/sendmail812/distinfo @@ -1 +1 @@ -MD5 (sendmail.8.12.4.tar.gz) = 74121c90862fecafb3db69dc144fc910 +MD5 (sendmail.8.12.5.tar.gz) = f2543e253e1c035f99369ba4067bf87c diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist index 927572e..c6382c1 100644 --- a/mail/sendmail812/pkg-plist +++ b/mail/sendmail812/pkg-plist @@ -1,6 +1,6 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.12 2002-06-10 18:51:33 dinoex Exp $ -@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 90; fi -@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 90 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.13 2002-06-26 03:37:22 dinoex Exp $ +@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi +@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi @exec mkdir -p /var/spool/clientmqueue @exec chown smmsp:smmsp /var/spool/clientmqueue @exec chmod 770 /var/spool/clientmqueue -- cgit v1.1