From e1782606c1a7378dce23ab928f10f80b986a38d7 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 9 May 2014 12:12:46 +0200 Subject: [PATCH] Include groupmems(8) in the passwd package. Closes: #663117 --- debian/changelog | 1 + debian/passwd.install | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 30b3af99..e36a0b79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ shadow (1:4.2-3) UNRELEASED; urgency=low * Fix a typo in su manpage. Done as an upstream patch, as of now and will be part of 4.2.1 Closes: #730692 + * Include groupmems(8) in the passwd package. Closes: #663117 [ Laurent Bigonville ] * Move pam_selinux open call higher in the session stack. Closes: #747313 diff --git a/debian/passwd.install b/debian/passwd.install index 6ef9e2df..c443627c 100644 --- a/debian/passwd.install +++ b/debian/passwd.install @@ -10,6 +10,7 @@ usr/sbin/cppw usr/sbin/groupadd usr/sbin/groupdel usr/sbin/groupmod +usr/sbin/groupmems usr/sbin/grpck usr/sbin/grpconv usr/sbin/grpunconv @@ -34,6 +35,7 @@ usr/share/man/*/man8/chpasswd.8 usr/share/man/*/man8/groupadd.8 usr/share/man/*/man8/groupdel.8 usr/share/man/*/man8/groupmod.8 +usr/share/man/*/man8/groupmems.8 usr/share/man/*/man8/grpck.8 usr/share/man/*/man8/grpconv.8 usr/share/man/*/man8/grpunconv.8