* Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme

- ldif-fix filter string accepting only ascii [SME: 12720]
- fix logrotate does not fill new log [SME: 12673]
- fix prestart script logs to messages [SME: 12693]
This commit is contained in:
2024-08-13 22:04:32 -04:00
parent 092b156b80
commit 4e744a3212
4 changed files with 13 additions and 5 deletions

View File

@@ -6,6 +6,6 @@
sharedscripts
postrotate
# OpenLDAP logs via syslog, restart syslog if running
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/usr/bin/systemctl -s HUP kill rsyslog.service 2> /dev/null || true
endscript
}