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__mkpop3dcert.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/mkpop3dcert.in.orig 2010-02-15 21:45:23.000000000 +0100
+++ imap/mkpop3dcert.in 2010-02-15 21:37:01.000000000 +0100
@@ -40,7 +40,7 @@
then
cp /dev/null @mydatadir@/pop3d.pem
chmod 600 @mydatadir@/pop3d.pem
- chown @mailuser@ @mydatadir@/pop3d.pem
+ /usr/sbin/chown @mailuser@ @mydatadir@/pop3d.pem
dd if=@RANDOMV@ of=@mydatadir@/pop3d.rand count=1 2>/dev/null
@OPENSSL@ req -new -x509 -days 365 -nodes \