summaryrefslogtreecommitdiff
path: root/mail/sendmail/pkg-plist
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-26 03:37:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-26 03:37:22 +0000
commit527b94968318c37ba67fae67811b60ad2500b11c (patch)
tree7eba1e5cce663fd732354c39fc736d4866a5968e /mail/sendmail/pkg-plist
parentUpdate to 0.59. (diff)
Update: sendmail.8.12.5
smmsp uses now id 25, to avoid conflicts after upgrading
Notes
Notes: svn path=/head/; revision=61970
Diffstat (limited to '')
-rw-r--r--mail/sendmail/pkg-plist6
1 files changed, 3 insertions, 3 deletions
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