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:
parent
e955c7ba8b
commit
6dd12d609d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user