[debian-edu-commits] debian-edu/ 03/03: Fix temp file setting, thanks Holger.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Mon May 15 10:30:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit 7029ff5654196f5e693b15c2cb4e91333a06a311
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Mon May 15 12:29:27 2017 +0200
Fix temp file setting, thanks Holger.
---
share/debian-edu-config/tools/exim4-create-cert | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/debian-edu-config/tools/exim4-create-cert b/share/debian-edu-config/tools/exim4-create-cert
index bb91e7f..2fc1555 100755
--- a/share/debian-edu-config/tools/exim4-create-cert
+++ b/share/debian-edu-config/tools/exim4-create-cert
@@ -6,7 +6,7 @@
set -e
TEMPLATE="/usr/share/ssl-cert/ssleay.cnf"
-CONF="/tmp/exim.cnf"
+CONF=$(mktemp)
CERT="/etc/exim4/exim.crt"
KEY="/etc/exim4/exim.key"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list