* 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:
@@ -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')
|
||||
|
@@ -1 +1 @@
|
||||
d /var/lock/fetchmail 0755 qmailr qmail
|
||||
d /run/lock/fetchmail 0755 qmailr qmail
|
||||
|
0
root/var/lock/fetchmail/.gitignore
vendored
0
root/var/lock/fetchmail/.gitignore
vendored
Reference in New Issue
Block a user