diff options
Diffstat (limited to 'mail/sendmail/pkg-plist')
-rw-r--r-- | mail/sendmail/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist index 9b68d0fbcb67..428a07caf8d3 100644 --- a/mail/sendmail/pkg-plist +++ b/mail/sendmail/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.9 2001-10-21 03:10:29 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.10 2002-01-05 23:43:12 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 @@ -21,7 +21,7 @@ sbin/makemap sbin/praliases @group smmsp sbin/sendmail -@group wheel +@group @comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail @exec chmod 2555 sbin/sendmail %%PORTDOCS%%share/doc/sendmail/op.ps |