FS#78402 - [cyrus-sasl] change /var/run to /run

Attached to Project: Arch Linux
Opened by Gene (GeneC) - Thursday, 04 May 2023, 16:28 GMT
Last edited by David Runge (dvzrv) - Tuesday, 25 July 2023, 11:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Please can we change /var/run to /run for this package:

1) In PKGBUILD the run state directory should be changed from:

--with-saslauthd=/var/run/saslauthd
to
--with-saslauthd=/run/saslauthd \


2) The service file likewise:
Change saslauthd.service

PIDFile=/var/run/saslauthd/saslauthd.pid
to
PIDFile=/run/saslauthd/saslauthd.pid

NB (2) is existing issue : https://bugs.archlinux.org/task/61747)

Thanks!



Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  David Runge (dvzrv)
Tuesday, 25 July 2023, 11:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with cyrus-sasl 2.1.18-3

Loading...