diff options
author | Matt Domsch <matt@domsch.com> | 2020-06-23 09:36:34 -0500 |
---|---|---|
committer | Matt Domsch <matt@domsch.com> | 2020-06-23 09:36:34 -0500 |
commit | fd5d1e89f1d72705dddca4ac9647ecad897daaca (patch) | |
tree | fa1d8fc4fd5f5bce2451851d7bd8b246f21e25a3 /opendkim.sysconfig | |
parent | 2597d642b9e0e1fedb1c5bb086be8eea277bc5d9 (diff) | |
download | opendkim_EL6-fd5d1e89f1d72705dddca4ac9647ecad897daaca.tar.gz |
Add support for lua 5.3 again, s:/var/run:/run:
This restores the lua 5.3 patch, and replaces instances
of /var/run (%{_localstatedir/run) with /run (%{_rundir}) everywhere.
Diffstat (limited to 'opendkim.sysconfig')
-rw-r--r-- | opendkim.sysconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendkim.sysconfig b/opendkim.sysconfig index 0d51cce..3202bf6 100644 --- a/opendkim.sysconfig +++ b/opendkim.sysconfig @@ -1,5 +1,5 @@ # Set the necessary startup options -OPTIONS="-x /etc/opendkim.conf -P /var/run/opendkim/opendkim.pid" +OPTIONS="-x /etc/opendkim.conf -P /run/opendkim/opendkim.pid" # Set the default DKIM selector DKIM_SELECTOR=default |