This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch sid in repository glibc.
commit fc974c164588339efdd9e639a5b1f2be713c8fb7 Author: Aurelien Jarno <[email protected]> Date: Sun Jun 19 23:45:44 2016 +0200 debian/local/etc/nsswitch.conf: add gshadow line to default /etc/nsswitch.conf (addresses #699090). --- debian/changelog | 2 ++ debian/local/etc/nsswitch.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a3d24bb..9d1690b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ glibc (2.22-12) UNRELEASED; urgency=medium * debian/rules.d/build.mk: in case of build failure due testsuite issues, display again the failed tests so that they appear at the end of the build log. + * debian/local/etc/nsswitch.conf: add gshadow line to default + /etc/nsswitch.conf (addresses #699090). [ Samuel Thibault ] * hurd-i386/tg-eintr.diff: New patch to fix "Interrupted" issues in ghc. diff --git a/debian/local/etc/nsswitch.conf b/debian/local/etc/nsswitch.conf index d2f03b0..1142be1 100644 --- a/debian/local/etc/nsswitch.conf +++ b/debian/local/etc/nsswitch.conf @@ -7,6 +7,7 @@ passwd: compat group: compat shadow: compat +gshadow: files hosts: files dns networks: files -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

