Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/usr.bin/su Undo last commit - wrong tree.



details:   https://anonhg.NetBSD.org/src/rev/eacaa1c4ca3a
branches:  netbsd-8
changeset: 851396:eacaa1c4ca3a
user:      htodd <htodd%NetBSD.org@localhost>
date:      Mon Feb 26 00:04:23 2018 +0000

description:
Undo last commit - wrong tree.

diffstat:

 usr.bin/su/su_pam.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 33baefd300e9 -r eacaa1c4ca3a usr.bin/su/su_pam.c
--- a/usr.bin/su/su_pam.c       Mon Feb 26 00:00:53 2018 +0000
+++ b/usr.bin/su/su_pam.c       Mon Feb 26 00:04:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: su_pam.c,v 1.20.8.1 2018/02/25 23:51:22 htodd Exp $    */
+/*     $NetBSD: su_pam.c,v 1.20.8.2 2018/02/26 00:04:23 htodd Exp $    */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)su.c       8.3 (Berkeley) 4/2/94";*/
 #else
-__RCSID("$NetBSD: su_pam.c,v 1.20.8.1 2018/02/25 23:51:22 htodd Exp $");
+__RCSID("$NetBSD: su_pam.c,v 1.20.8.2 2018/02/26 00:04:23 htodd Exp $");
 #endif
 #endif /* not lint */
 
@@ -337,7 +337,7 @@
        /*
         * Initialize the supplemental groups before pam gets to them,
         * so that other pam modules get a chance to add more when
-        * we do setcred. Note, we don't relinquish our set-userid yet
+        * we do setcred. Note, we don't relinguish our set-userid yet
         */
        /* if we aren't changing users, keep the current group members */
        if (ruid != pwd->pw_uid &&



Home | Main Index | Thread Index | Old Index