[X2Go-Commits] [live-build-x2go] 01/01: updated path so it works for buster and bullseye

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 19:44:59 CET 2022


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-buster
in repository live-build-x2go.

commit 31fd919237b5f5d5cfaffc364c9310e2caac0751
Author: Stefan Baur (BAUR-ITCS) <kontakt at 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


More information about the x2go-commits mailing list