diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-10 21:32:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-10 21:32:56 +0000 |
commit | 9facb69137a91a6ee321d656632116a84bc78c0c (patch) | |
tree | f14238046f2cf92371da651e0a3e09d0e28c75e2 /mail/sendmail812 | |
parent | 967f5a3618c69659f5d66c820e06fe8d8cc346c4 (diff) |
Notes
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/pkg-plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist index 804789861590..ab76b148b95c 100644 --- a/mail/sendmail812/pkg-plist +++ b/mail/sendmail812/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.7 2001-10-09 19:20:15 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.8 2001-10-10 21:32:56 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 @@ -19,8 +19,10 @@ sbin/editmap sbin/mailstats sbin/makemap sbin/praliases +@group smmsp sbin/sendmail -@exec chown root:smmsp sbin/sendmail +@group wheel +@comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail @exec chmod 2555 sbin/sendmail %%PORTDOCS%%share/doc/sendmail/DEVTOOLS %%PORTDOCS%%share/doc/sendmail/SENDMAIL |