From owner-cvs-usrbin Mon Feb 24 12:32:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15863 for cvs-usrbin-outgoing; Mon, 24 Feb 1997 12:32:29 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15843; Mon, 24 Feb 1997 12:32:27 -0800 (PST) Date: Mon, 24 Feb 1997 12:32:27 -0800 (PST) From: Guido van Rooij Message-Id: <199702242032.MAA15843@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.1 su.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 97/02/24 12:32:27 Modified: usr.bin/su su.1 su.c Log: When group wheel is empty, allow everyone to su to root. This has normally no conseqeunces as we ship with a non-empty wheel. Closes PR/1882 Submitted by: Arne Henrik Juul Revision Changes Path 1.8 +4 -3 src/usr.bin/su/su.1 1.18 +3 -2 src/usr.bin/su/su.c