summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/main.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-02 00:16:09 +0000
committerache <ache@FreeBSD.org>1995-04-02 00:16:09 +0000
commitf7680ac091f3f04edb7a0ac39dc48b2417980e3f (patch)
treea1a70dca399baaed0c8a144949515c94491fd010 /usr.bin/ncftp/main.c
parent0080c196f80fc0c4db11b972e8d4e91e744316db (diff)
downloadFreeBSD-src-f7680ac091f3f04edb7a0ac39dc48b2417980e3f.zip
FreeBSD-src-f7680ac091f3f04edb7a0ac39dc48b2417980e3f.tar.gz
Finally restore my original MAIL fix after all junk patches.
Diffstat (limited to 'usr.bin/ncftp/main.c')
-rw-r--r--usr.bin/ncftp/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/ncftp/main.c b/usr.bin/ncftp/main.c
index 13c5fb0..49adfa7 100644
--- a/usr.bin/ncftp/main.c
+++ b/usr.bin/ncftp/main.c
@@ -462,8 +462,6 @@ int getuserinfo(void)
cp = getenv("MAIL");
#ifndef __FreeBSD__
if (cp == NULL)
- cp = getenv("MAILPATH");
- if (cp == NULL)
cp = getenv("mail");
if (cp == NULL)
(void) sprintf(str, "/usr/spool/mail/%s", uinfo.username);
OpenPOWER on IntegriCloud