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/sendmail | |
parent | I've already had 4 e-mails about this, so add a warning about keeping (diff) |
group smmsp was reconverted to wheeel after pkg_add, fixed.
Notes
Notes:
svn path=/head/; revision=48657
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/pkg-plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist index 17e7c032bf63..86a2e082a4c4 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.7 2001-10-09 19:20:15 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/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 |