diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-26 11:37:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-26 11:37:22 +0800 |
commit | d34b2b1ee3faf8c842017e914405d2828b3c49d7 (patch) | |
tree | 0a250f795812b2ce25b640c1a0dfef1f3392c706 /mail/sendmail | |
parent | 2c46eac7eff07a431ee6f5d40bc7ec76f39a81ba (diff) | |
download | freebsd-ports-gnome-d34b2b1ee3faf8c842017e914405d2828b3c49d7.tar.gz freebsd-ports-gnome-d34b2b1ee3faf8c842017e914405d2828b3c49d7.tar.zst freebsd-ports-gnome-d34b2b1ee3faf8c842017e914405d2828b3c49d7.zip |
Update: sendmail.8.12.5
smmsp uses now id 25, to avoid conflicts after upgrading
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 6 | ||||
-rw-r--r-- | mail/sendmail/distinfo | 2 | ||||
-rw-r--r-- | mail/sendmail/pkg-plist | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 4e0a7105c5b7..da373765003b 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/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/sendmail/distinfo b/mail/sendmail/distinfo index 167de62de4d8..1149c5a0ca95 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1 +1 @@ -MD5 (sendmail.8.12.4.tar.gz) = 74121c90862fecafb3db69dc144fc910 +MD5 (sendmail.8.12.5.tar.gz) = f2543e253e1c035f99369ba4067bf87c diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist index 1a6e748f71e4..cf81e786cd9a 100644 --- a/mail/sendmail/pkg-plist +++ b/mail/sendmail/pkg-plist @@ -1,6 +1,6 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/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/sendmail/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 |