From 225b096838bd9fd35960646eecaae4ef93f4d555 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 17 Nov 2007 20:41:49 +0000 Subject: [PATCH] Remove a comment which states that an user shall provide a password to switch to her group. --- ChangeLog | 1 + src/newgrp.c | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5904b548..60275309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -79,6 +79,7 @@ newgrp to switch to her primary group. This fixes http://bugs.debian.org/396691. Debian patch 497_newgrp_primary_group. + * src/newgrp.c: Remove a comment which states otherwise. 2007-11-17 Nicolas François diff --git a/src/newgrp.c b/src/newgrp.c index 38947bdf..bc0ddb44 100644 --- a/src/newgrp.c +++ b/src/newgrp.c @@ -371,13 +371,10 @@ int main (int argc, char **argv) needspasswd = 1; /* - * Now i see about letting her into the group she requested. If she - * is the root user, i'll let her in without having to prompt for - * the password. Otherwise i ask for a password if she flunked one + * Now I see about letting her into the group she requested. If she + * is the root user, I'll let her in without having to prompt for + * the password. Otherwise I ask for a password if she flunked one * of the tests above. - * - * Note that she now has to provide the password to her own group, - * unless she is listed as a member. -- JWP */ if (getuid () != 0 && needspasswd) { if (grp->gr_passwd[0] == '\0') {