From owner-freebsd-current Thu Apr 24 08:01:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA10321 for current-outgoing; Thu, 24 Apr 1997 08:01:36 -0700 (PDT) Received: from intercore.com (num1sun.intercore.com [199.181.243.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA10315 for ; Thu, 24 Apr 1997 08:01:33 -0700 (PDT) Received: (robin@localhost) by intercore.com (8.7.1/8.6.4) id LAA26201; Thu, 24 Apr 1997 11:01:17 -0400 (EDT) Message-Id: <199704241501.LAA26201@intercore.com> Date: Thu, 24 Apr 1997 11:01:16 -0400 From: robin@intercore.com (Robin Cutshaw) To: current@freebsd.org Cc: robin@intercore.com Subject: problem with login.conf X-Mailer: Mutt 0.47 Mime-Version: 1.0 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I noticed a problem with "from" that was traced down to a problem with the data in /etc/login.conf. This fixes the problem: *** login.conf.ORIG Sat Jan 18 08:16:44 1997 --- login.conf Thu Apr 24 04:46:05 1997 *************** *** 53,59 **** standard:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ ! :setenv=MAIL=/var/mail/$ BLOCKSIZE=K EDITOR=/usr/bin/ee:\ :path=~/bin /bin /usr/bin /usr/local/bin:\ :manpath=/usr/share/man /usr/local/man:\ :nologin=/etc/nologin:\ --- 53,59 ---- standard:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ ! :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\ :path=~/bin /bin /usr/bin /usr/local/bin:\ :manpath=/usr/share/man /usr/local/man:\ :nologin=/etc/nologin:\ robin -- ---- Robin Cutshaw internet: robin@interlabs.com robin@intercore.com Internet Labs, Inc. BellNet: 404-817-9787 "Time is just one damn thing after another" -- PBS/Nova ---- --