diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 22:09:24 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 22:09:24 +0000 |
commit | d3a1f623cb27c9207ededfb3b27f6c9afe2834cc (patch) | |
tree | a889697e792aa465161f5292cccbb1f6a5bb9cc0 /mail | |
parent | Fix logic error in error-message printing code. This could never (diff) |
Fix argument to chown(8).
Notes
Notes:
svn path=/head/; revision=68547
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sentinel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index 00084413049c..3c34677e6045 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 |