From owner-cvs-all Sun May 24 20:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06890 for cvs-all-outgoing; Sun, 24 May 1998 20:40:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06833; Sun, 24 May 1998 20:40:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA28558; Sun, 24 May 1998 20:34:53 -0700 (PDT) Date: Sun, 24 May 1998 20:34:53 -0700 (PDT) Message-Id: <199805250334.UAA28558@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su su.1 su.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/05/24 20:34:53 PDT Modified files: usr.bin/su su.1 su.c Log: Allow a user in group 0 to su(1) to root if their primary group is 0 in /etc/passwd even if they aren't listed as a member in /etc/group. This is more inline with what the group manpage says. PR: 6696 Submitted by: Max Euston Revision Changes Path 1.13 +7 -4 src/usr.bin/su/su.1 1.26 +14 -5 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message