mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a5c5d34dac
PR: ports/158669 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
12 lines
419 B
Plaintext
12 lines
419 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 @certsdir@/pop3d.pem
|
|
chmod 600 @certsdir@/pop3d.pem
|
|
- chown @mailuser@ @certsdir@/pop3d.pem
|
|
+ /usr/sbin/chown @mailuser@ @certsdir@/pop3d.pem
|
|
|
|
dd if=@RANDOMV@ of=@certsdir@/pop3d.rand count=1 2>/dev/null
|
|
@OPENSSL@ req -new -x509 -days 365 -nodes \
|