Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xorg
Commits:
22763ad8 by Josh Triplett at 2020-12-08T00:19:47-08:00
Fix support for /etc/X11/Xsession.options.d directory
OPTIONS needs to contain the contents of the files, not their names.
- - - - -
1 changed file:
- debian/local/Xsession
Changes:
=====================================
debian/local/Xsession
=====================================
@@ -65,7 +65,7 @@ OPTIONS="$(
cat "$OPTIONFILE"
fi
if [ -d /etc/X11/Xsession.options.d ]; then
- run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d
+ run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d | xargs -d
'\n' cat
fi
)"
View it on GitLab:
https://salsa.debian.org/xorg-team/xorg/-/commit/22763ad8e98918b957ecc527ce0bc43bc31cfe3a
--
View it on GitLab:
https://salsa.debian.org/xorg-team/xorg/-/commit/22763ad8e98918b957ecc527ce0bc43bc31cfe3a
You're receiving this email because of your account on salsa.debian.org.