diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-23 16:25:49 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-23 16:25:49 +0000 |
commit | fec4211c3d3f09f2046fcb4fb845f6f08bde606c (patch) | |
tree | 301407111e60c4bb0474d7bc6672ed4aa11de274 /mail | |
parent | d87cedaeef459776702b7dc1cab3de6e0557e260 (diff) | |
download | FreeBSD-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-plist | 2 |
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 |