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.

Submitted by:	gcooper
Approved by:	cperciva
MFC after:	3 days
This commit is contained in:
eadler 2012-12-05 13:56:39 +00:00
parent e955c7ba8b
commit 6dd12d609d
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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