From owner-freebsd-isp Mon Mar 8 17:38:11 1999 Delivered-To: freebsd-isp@freebsd.org Received: from gina.neland.dk (mail.neland.dk [194.255.12.232]) by hub.freebsd.org (Postfix) with ESMTP id 0CF6A14FBF for ; Mon, 8 Mar 1999 17:38:06 -0800 (PST) (envelope-from root@neland.dk) Received: from gina (gina [192.168.0.14]) by gina.neland.dk (8.9.3/8.9.3) with ESMTP id CAA00658; Tue, 9 Mar 1999 02:37:55 +0100 (CET) (envelope-from root@neland.dk) Date: Tue, 9 Mar 1999 02:37:54 +0100 (CET) From: Leif Neland To: Holtor Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Printing User Specific Information In-Reply-To: <19990308220011.10946.rocketmail@send101.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 8 Mar 1999, Holtor wrote: > Hello, I want to print some information when I > have a user login. What I want it to do is > print that info from a file, lets say > /usr/files/user and have that print right after > login prints the motd but before it checks if the > user has any e-mail. Somewhere in /etc/profile: cat /usr/files/$LOGNAME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message