1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/courier/files/patch-imap__mkimapdcert.in
Wesley Shields 8923d883a0 - Update to 0.63.0
PR:		ports/143974
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2010-03-13 00:51:31 +00:00

12 lines
424 B
Plaintext

--- imap/mkimapdcert.in.orig 2010-02-15 21:42:15.000000000 +0100
+++ imap/mkimapdcert.in 2010-02-15 21:36:46.000000000 +0100
@@ -40,7 +40,7 @@
then
cp /dev/null @mydatadir@/imapd.pem
chmod 600 @mydatadir@/imapd.pem
- chown @mailuser@ @mydatadir@/imapd.pem
+ /usr/sbin/chown @mailuser@ @mydatadir@/imapd.pem
dd if=@RANDOMV@ of=@mydatadir@/imapd.rand count=1 2>/dev/null
@OPENSSL@ req -new -x509 -days 365 -nodes \