Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Maytha8/glibc
  • vimerbf-guest/glibc
  • schopin/glibc
  • yumeyao/glibc
  • carlespina/po-debconf-manager-glibc
  • Claudia/glibc-widevine
  • andrewsh/glibc
  • jscott/glibc
  • bluca/glibc
  • gioele/glibc
  • rouca/glibc
  • sven/glibc
  • josch/glibc
  • cjwatson/glibc
  • fw/glibc
  • rbalint/glibc
  • bsd-team/glibc-packaging
  • glibc-team/glibc
  • bigon/glibc
  • ahrex-guest/glibc
  • friki/glibc
21 results
Show changes
Commits on Source (2)
glibc (2.32-4) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* debian/debhelper.in/libc.preinst: make sure USE_DEBCONF can't be defined
from the environment.
-- Aurelien Jarno <aurel32@debian.org> Thu, 16 Sep 2021 22:34:20 +0200
glibc (2.32-3) unstable; urgency=medium
 
[ John David Anglin ]
......
......@@ -19,6 +19,8 @@ then
( [ "$DEBCONF_USE_CDEBCONF" ] || perl -e "" 2>/dev/null ) ; then
. /usr/share/debconf/confmodule
USE_DEBCONF=1
else
USE_DEBCONF=
fi
# See if LD_LIBRARY_PATH contains the traditional /lib, but not the
......@@ -230,7 +232,7 @@ then
# ends-up in a stable release, this workaround can therefore be dropped.
if [ -d /run/systemd/system ]; then
if ! grep -q -E 'libnss_(compat|db|files)' /proc/$(systemctl show --property MainPID --value systemd-logind.service)/maps ; then
echo "Forcing systemd-logind to load NSS modules"
echo "Forcing systemd-logind to load NSS modules..."
busctl call --system org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager \
SetUserLinger ubb 4294967294 false false >/dev/null 2>&1 || true
fi
......