From owner-freebsd-questions Mon Jul 7 13:36:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA06660 for questions-outgoing; Mon, 7 Jul 1997 13:36:00 -0700 (PDT) Received: from d2si.com (macbeth.d2si.com [206.8.31.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA06646 for ; Mon, 7 Jul 1997 13:35:48 -0700 (PDT) Received: (from alec@localhost) by d2si.com (8.8.5/8.8.5) id PAA16373; Mon, 7 Jul 1997 15:35:07 -0500 (CDT) From: Alec Kloss Message-Id: <199707072035.PAA16373@d2si.com> Subject: Re: your mail In-Reply-To: from Mail Lists at "Jul 7, 97 01:03:22 pm" To: maillist@home.comhelp.com (Mail Lists) Date: Mon, 7 Jul 1997 15:35:07 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mail Lists is responsible for: > > Hi....whenever I update the password file my changes don't seem to take > effect even after a reboot...I've tried changing shells and comments and > they look right in the file, but don't work when logging in or using > finger...is there something else I need to do to update the system? > thanks...Adam > > It sounds like you are using vi /etc/passwd which will not work as FreeBSD uses a shadowed password file. Use vipw instead. If you don't like the editor you get, set the EDITOR environment variable to your favorite.