summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-07-03 16:01:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-07-03 16:01:00 +0000
commit3207bab6651072061aa2a6f839c2929a2b9f0b2b (patch)
treeafe55a8eb3eb0803291b6347106847cfb3a8c439 /mail/sendmail
parentAdd jailer 1.1.1, manage FreeBSD jail startup, shutdown and console. (diff)
Fix chmod in package
PR: 40145 Submitted by: adrian
Notes
Notes: svn path=/head/; revision=62381
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/pkg-plist4
1 files changed, 2 insertions, 2 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