diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-07-03 16:01:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-07-03 16:01:00 +0000 |
commit | 3207bab6651072061aa2a6f839c2929a2b9f0b2b (patch) | |
tree | afe55a8eb3eb0803291b6347106847cfb3a8c439 /mail | |
parent | e570db64ec808beb7266b237c54612d0d073fe7e (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/pkg-plist | 4 | ||||
-rw-r--r-- | mail/sendmail812/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist index cf81e786cd9a..0739ab6e9f55 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.13 2002-06-26 03:37:22 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.14 2002-07-03 16:01:00 dinoex Exp $ @exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi @exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi @exec mkdir -p /var/spool/clientmqueue @@ -24,7 +24,7 @@ sbin/praliases sbin/sendmail @group @comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail -@exec chmod 2555 sbin/sendmail +@exec chmod 2555 %D/sbin/sendmail %%PORTDOCS%%share/doc/sendmail/op.ps %%PORTDOCS%%share/doc/sendmail/op.txt %%PORTDOCS%%share/doc/sendmail/DEVTOOLS diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist index c6382c168de0..24285b4f098a 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.13 2002-06-26 03:37:22 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.14 2002-07-03 16:01:00 dinoex Exp $ @exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi @exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi @exec mkdir -p /var/spool/clientmqueue @@ -24,7 +24,7 @@ sbin/praliases sbin/sendmail @group @comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail -@exec chmod 2555 sbin/sendmail +@exec chmod 2555 %D/sbin/sendmail %%PORTDOCS%%share/doc/sendmail/op.ps %%PORTDOCS%%share/doc/sendmail/op.txt %%PORTDOCS%%share/doc/sendmail/DEVTOOLS |