summaryrefslogtreecommitdiffstats
path: root/mail/sentinel
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-21 22:09:24 +0000
committerwollman <wollman@FreeBSD.org>2002-10-21 22:09:24 +0000
commit386e80b3e99c7a013063341030b0757dd1547703 (patch)
treed5fade1094c28fc06ead99c3c2e6c2584b751311 /mail/sentinel
parentdb41c033fd1ac86ccc216cd2527542c3ba26d606 (diff)
downloadFreeBSD-ports-386e80b3e99c7a013063341030b0757dd1547703.zip
FreeBSD-ports-386e80b3e99c7a013063341030b0757dd1547703.tar.gz
Fix argument to chown(8).
Diffstat (limited to 'mail/sentinel')
-rw-r--r--mail/sentinel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile
index 0008441..3c34677 100644
--- a/mail/sentinel/Makefile
+++ b/mail/sentinel/Makefile
@@ -24,7 +24,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin
@${MKDIR} ${PREFIX}/var/sentinel
- ${CHOWN} smmsp.smmsp ${PREFIX}/var/sentinel
+ ${CHOWN} smmsp:smmsp ${PREFIX}/var/sentinel
${INSTALL_SCRIPT} ${FILESDIR}/000.sentinel.sh ${PREFIX}/etc/rc.d
${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${PREFIX}/etc/sentinel.cf.dist
OpenPOWER on IntegriCloud