mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Finally restore my original MAIL fix after all junk patches.
This commit is contained in:
parent
5f679211e3
commit
d8e3948cc1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7571
@ -461,8 +461,6 @@ int getuserinfo(void)
|
||||
(void) Strncpy(uinfo.homedir, pw->pw_dir);
|
||||
cp = getenv("MAIL");
|
||||
#ifndef __FreeBSD__
|
||||
if (cp == NULL)
|
||||
cp = getenv("MAILPATH");
|
||||
if (cp == NULL)
|
||||
cp = getenv("mail");
|
||||
if (cp == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user