summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-02-23 16:25:49 +0000
committerleeym <leeym@FreeBSD.org>2003-02-23 16:25:49 +0000
commitfec4211c3d3f09f2046fcb4fb845f6f08bde606c (patch)
tree301407111e60c4bb0474d7bc6672ed4aa11de274 /mail
parentd87cedaeef459776702b7dc1cab3de6e0557e260 (diff)
downloadFreeBSD-ports-fec4211c3d3f09f2046fcb4fb845f6f08bde606c.zip
FreeBSD-ports-fec4211c3d3f09f2046fcb4fb845f6f08bde606c.tar.gz
correct syntax of chown
PR: 48515 Submitted by: Akihiro IIJIMA <aki@bsdclub.org> Approved by: markp (MAINTAINER)
Diffstat (limited to 'mail')
-rw-r--r--mail/sentinel/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sentinel/pkg-plist b/mail/sentinel/pkg-plist
index 3e758ff..05b7512 100644
--- a/mail/sentinel/pkg-plist
+++ b/mail/sentinel/pkg-plist
@@ -2,7 +2,7 @@ sbin/sentinel
etc/sentinel.cf.dist
etc/rc.d/000.sentinel.sh
@exec mkdir %D/var/sentinel
-@exec chown smmsp.smmsp %D/var/sentinel
+@exec chown smmsp:smmsp %D/var/sentinel
@unexec rmdir %D/var/sentinel 2>/dev/null || true
%%PORTDOCS%%share/doc/sentinel/README
%%PORTDOCS%%@dirrm share/doc/sentinel
OpenPOWER on IntegriCloud