]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysupdated: Drop the Update() D-Bus method 40628/head
authorPhilip Withnall <pwithnall@gnome.org>
Mon, 19 Jan 2026 18:33:27 +0000 (18:33 +0000)
committerPhilip Withnall <pwithnall@gnome.org>
Mon, 23 Feb 2026 16:35:19 +0000 (16:35 +0000)
commit8b5374d6c215942c494b86b2993746bba7d05e9c
treeddb333baff0d0a3787ebe8ad4ba7bdcff693c391
parent7537717aed389ce2cf207fc2007c52f8b5e0efc7
sysupdated: Drop the Update() D-Bus method

Now that it’s been replaced by `Acquire()` and `Install()`, there’s no
need to expose it as a separate method. Wrappers around `sysupdated` can
still expose an ‘update’ convenience verb by calling those two methods.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Helps: https://github.com/systemd/systemd/issues/34814
man/org.freedesktop.sysupdate1.xml
src/sysupdate/org.freedesktop.sysupdate1.conf
src/sysupdate/sysupdated.c