* Wed Apr 17 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme

- change temp dir from /var/lock to /run/lock [SME: 12620]
This commit is contained in:
2024-04-17 15:12:35 -04:00
parent 68ff31bc09
commit 43d70a14c6
5 changed files with 6 additions and 1183 deletions

View File

@@ -6,7 +6,7 @@
if ($status eq "enabled")
{
$command = "/bin/su - qmailr -s /bin/bash -c \\\n";
$command .= "\t\"FETCHMAILHOME=/var/lock/fetchmail";
$command .= "\t\"FETCHMAILHOME=/run/lock/fetchmail";
$command .= " /etc/fetchmail\"";
if ($AccessType eq 'dialup')