From bbbe7ed7044c7b2cd749322eb4445b526bf5c31c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sat, 12 Oct 2024 08:01:28 +0200 Subject: [PATCH] Update ChangeLog, added fistmpfs() check and zebra stop fix Signed-off-by: Joachim Wiberg --- ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index e8bbe19e..d1231fed 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,10 @@ All relevant changes are documented in this file. -------------------- ### Changes + - Avoid remounting already mounted `/run` and `/tmp` directories. This + extends the existing support for detecting mounted directories to + include complex mount hierarchies are in use, overlayfs and tmpfs + mounts. Feature by Mathias Thore, Atlas Copco - getty: trigger /etc/issue compat mode for Alpine Linux - tmpfiles.d: skip `x11.conf` unless X11 common plugin is enabled - tmpfiles.d: ignore x/X command, nos support for cleanup at runtime @@ -35,6 +39,12 @@ All relevant changes are documented in this file. - Fix #403: `initctl touch` does not support template services - Fix #404: possible undefined behavior when `--with-fstab=no` is set - Fix #405: `@console` getty does not work with `tty0 ttyS0` + - Fix #409: prevent tmpfiles from following symlinks for `L+` and `R`, + otherwise symlink targets would also be removed. Found and fixed by + Mathias Thore and Ming Liu, Atlas Copco + - Fix #414: Frr Zebra immediately restarts on `initctl stop zebra`. + The fix likely works for all Frr/Quagga services due to the way they + create and delete their pid file - Cosmetic issue with `[ OK ]` messages being printed out of order at shutdown/reboot. Caused by nested calls to `service_stop()` - Cosmetic issue with duplicate "Restoring RTC" message at bootstrap