mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
a927ac5de0
commit
01d9852a4d
2 changed files with 2 additions and 8 deletions
|
|
@ -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 a new issue