CVSROOT: logdiff.pl exim doesn't allow to send email from non existent dire...
arekm
arekm at pld-linux.org
Sat Aug 12 15:56:44 CEST 2017
Author: arekm Date: Sat Aug 12 13:56:44 2017 GMT
Module: CVSROOT Tag: HEAD
---- Log message:
exim doesn't allow to send email from non existent directory, so workaround by changing cwd to /.
---- Files affected:
CVSROOT:
logdiff.pl (1.51 -> 1.52)
---- Diffs:
================================================================
Index: CVSROOT/logdiff.pl
diff -u CVSROOT/logdiff.pl:1.51 CVSROOT/logdiff.pl:1.52
--- CVSROOT/logdiff.pl:1.51 Sat Jun 19 03:13:35 2010
+++ CVSROOT/logdiff.pl Sat Aug 12 15:56:39 2017
@@ -183,6 +183,7 @@
# Setup environment
#
umask (002);
+chdir ('/');
#
# Initialize basic variables
================================================================
---- CVS-web:
http://cvs.pld-linux.org/CVSROOT/logdiff.pl?r1=1.51&r2=1.52
More information about the pld-cvs-commit
mailing list