diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 06:51:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 06:51:44 +0000 |
commit | fd751f1110fd8f1ed5b6e0a9e2056019d281a4ef (patch) | |
tree | 6580fadf175034e66417c9473d2c334355f511e1 /mail | |
parent | - Update to sendmail 8.12.1 (diff) |
- Add senndmail-old as module
- reserve UID 90 for sendmail client queue
Notes
Notes:
svn path=/head/; revision=48512
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail/pkg-plist | 6 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail812/pkg-plist | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index b5e866afab87..8fd45982f281 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/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 | \ diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist index 4aa7408494c3..bb126e8720f5 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.5 2001-10-07 06:40:39 dinoex Exp $ -@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 501; fi -@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 501 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.6 2001-10-07 06:51:44 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 @exec mkdir -p /var/spool/clientmqueue @exec chown smmsp:smmsp /var/spool/clientmqueue @exec chmod 770 /var/spool/clientmqueue 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 | \ diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist index 2a151ba4bbd4..b49c91734b04 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.5 2001-10-07 06:40:39 dinoex Exp $ -@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 501; fi -@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 501 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.6 2001-10-07 06:51:44 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 @exec mkdir -p /var/spool/clientmqueue @exec chown smmsp:smmsp /var/spool/clientmqueue @exec chmod 770 /var/spool/clientmqueue |