diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-10-07 06:51:44 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-10-07 06:51:44 +0000 |
commit | d461907731e6005c128e938f47df52f413e0f7a3 (patch) | |
tree | 130d8eb76ddd462eb3d1f312a92f2c1dd7fd610d /mail | |
parent | 6e616352b28d85fb6aa0d2ed5caa500458e4803d (diff) | |
download | FreeBSD-ports-d461907731e6005c128e938f47df52f413e0f7a3.zip FreeBSD-ports-d461907731e6005c128e938f47df52f413e0f7a3.tar.gz |
- Add senndmail-old as module
- reserve UID 90 for sendmail client queue
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 b5e866a..8fd4598 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 4aa7408..bb126e8 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 b5e866a..8fd4598 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 2a151ba..b49c917 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 |