From 779eab489a819c8d157d0baa90962f53c28cd8bb Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 8 Dec 2012 00:25:51 +0000 Subject: [PATCH] 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) git-svn-id: svn://svn.freebsd.org/base/stable/9@244005 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/root/dot.cshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 5ce3e362b..3e94371b6 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -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 -- 2.45.0