[Merge] ~enr0n/ubuntu/+source/systemd:ubuntu-lunar-sru into ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-lunar

Lukas Märdian mp+449221 at code.launchpad.net
Wed Aug 16 14:48:22 UTC 2023


Added an inline comment reply.

Diff comments:

> diff --git a/debian/systemd.postinst b/debian/systemd.postinst
> index f63f02f..bced892 100644
> --- a/debian/systemd.postinst
> +++ b/debian/systemd.postinst
> @@ -61,19 +61,6 @@ fi
>  # Initial update of the Message Catalogs database
>  _update_catalog
>  
> -# skip daemon-reexec and try-restarts during shutdown to avoid hitting LP: #1803391
> -if [ -n "$2" ] && [ "$(systemctl is-system-running)" != "stopping" ]; then
> -    _systemctl daemon-reexec || true
> -    # do not restart logind; this can be done again once this gets implemented:
> -    # https://github.com/systemd/systemd/issues/1163
> -    if dpkg --compare-versions "$2" lt-nl "246.2-2~"; then

Ehh.. Nevermind. That code is actually still there, but lost in git context below.

> -        # the socket configuration changed
> -        _systemctl stop systemd-networkd.socket || true
> -    fi
> -    _systemctl try-restart systemd-networkd.service || true
> -    _systemctl try-restart systemd-journald.service || true
> -fi
> -
>  # Process all tmpfiles that we ship, including any overrides in
>  # runtime-dir/sysadmin-dir/other packages (e.g. rsyslog)
>  #


-- 
https://code.launchpad.net/~enr0n/ubuntu/+source/systemd/+git/systemd/+merge/449221
Your team Ubuntu Core Development Team is subscribed to branch ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-lunar.




More information about the Ubuntu-reviews mailing list