This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-bullseye in repository live-build-x2go. commit 900fbb46ed885a67f940640b461fd9a0d297b2f3 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Wed Sep 21 19:06:26 2022 +0200 updated path so it works for buster and bullseye --- config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf b/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf index 3578c6a..d18a2a7 100755 --- a/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf +++ b/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf @@ -1,6 +1,6 @@ #!/bin/bash # for some silly reason, we end up with a 0-byte-sized actual resolv.conf file in /etc, which keeps resolvconf from working if ! [ -s /etc/resolv.conf ]; then - ln -sf /etc/resolvconf/run/resolv.conf /etc/resolv.conf + ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf resolvconf -u fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git