From owner-svn-src-stable@FreeBSD.ORG Sat Dec 8 00:25:52 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 930E7612; Sat, 8 Dec 2012 00:25:52 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 788BF8FC14; Sat, 8 Dec 2012 00:25:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB80PqqT021112; Sat, 8 Dec 2012 00:25:52 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB80PqsK021111; Sat, 8 Dec 2012 00:25:52 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212080025.qB80PqsK021111@svn.freebsd.org> From: Eitan Adler Date: Sat, 8 Dec 2012 00:25:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r244006 - stable/7/etc/root X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 00:25:52 -0000 Author: eadler Date: Sat Dec 8 00:25:51 2012 New Revision: 244006 URL: http://svnweb.freebsd.org/changeset/base/244006 Log: MFC r243893: Remove hack to emulate effective uid and just use the EUID's name in the first place. I was unaware of this option when originally committing this change. Approved by: cperciva (implicit) Modified: stable/7/etc/root/dot.cshrc Directory Properties: stable/7/etc/ (props changed) Modified: stable/7/etc/root/dot.cshrc ============================================================================== --- stable/7/etc/root/dot.cshrc Sat Dec 8 00:25:51 2012 (r244005) +++ stable/7/etc/root/dot.cshrc Sat Dec 8 00:25:51 2012 (r244006) @@ -23,10 +23,7 @@ setenv BLOCKSIZE K if ($?prompt) then # An interactive shell -- set some stuff up - if ($uid == 0) then - set user = root - endif - set prompt = "%n@%m:%~ %# " + set prompt = "%N@%m:%~ %# " set promptchars = "%#" set filec