[arch-commits] Commit in systemd/trunk (systemd.install)

Christian Hesse eworm at archlinux.org
Thu Apr 25 11:29:12 UTC 2019


    Date: Thursday, April 25, 2019 @ 11:29:11
  Author: eworm
Revision: 352118

fix systemd-timesyncd startup

fixes FS#62161

Modified:
  systemd/trunk/systemd.install

-----------------+
 systemd.install |   10 ++++++++++
 1 file changed, 10 insertions(+)

Modified: systemd.install
===================================================================
--- systemd.install	2019-04-25 10:40:24 UTC (rev 352117)
+++ systemd.install	2019-04-25 11:29:11 UTC (rev 352118)
@@ -53,6 +53,15 @@
   fi
 }
 
+_242_0_2_changes() {
+  if [[ -L var/lib/systemd/timesync ]]; then
+    rm var/lib/systemd/timesync
+    if [[ -d var/lib/private/systemd/timesync ]]; then
+      mv var/lib/{private/,}systemd/timesync
+    fi
+  fi
+}
+
 post_install() {
   systemd-machine-id-setup
 
@@ -87,6 +96,7 @@
     230-1
     232-8
     233.75-3
+    242.0-2
   )
 
   for v in "${upgrades[@]}"; do



More information about the arch-commits mailing list