* 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:
parent
68ff31bc09
commit
43d70a14c6
File diff suppressed because it is too large
Load Diff
@ -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
@ -4,7 +4,7 @@ Summary: smeserver server and gateway - email module
|
||||
%define name smeserver-email
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 5
|
||||
%define release 6
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -49,7 +49,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
|
||||
rm -f %{name}-%{version}-%{release}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
|
||||
--dir /var/lock/fetchmail 'attr(755,qmailr,qmail)' \
|
||||
--dir '/var/log/smtp-auth-proxy' 'attr(2750,smelog,nofiles)' \
|
||||
--file '/usr/local/sbin/smtp-auth-proxy.pl' 'attr(0755,root,root)' \
|
||||
--dir '/home/e-smith/Maildir/.junkmail' 'attr(0700,admin,admin)' \
|
||||
@ -78,6 +77,9 @@ fi
|
||||
smeserver server and gateway software - email module.
|
||||
|
||||
%changelog
|
||||
* 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]
|
||||
|
||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
||||
- Update createlinks to create smeserver-package-update event[SME: 12579]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user