From owner-freebsd-questions Fri Nov 3 19:46:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id D6A6337B479 for ; Fri, 3 Nov 2000 19:46:54 -0800 (PST) Received: from dusty.galima.2y.net ([64.229.80.160]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001104034650.GHMV625.tomts8-srv.bellnexxia.net@dusty.galima.2y.net> for ; Fri, 3 Nov 2000 22:46:50 -0500 Received: (from cactoos@localhost) by dusty.galima.2y.net (8.9.3/8.9.3) id WAA00564 for freebsd-questions@freebsd.org; Fri, 3 Nov 2000 22:47:54 -0500 (EST) (envelope-from cactoos) Date: Fri, 3 Nov 2000 22:47:54 -0500 From: Alexander Anderson To: freebsd-questions@freebsd.org Subject: Re: /etc/motd Message-ID: <20001103224754.A532@dusty.galima.2y.net> References: <8tsjn3$1eo2$1@FreeBSD.csie.NCTU.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <8tsjn3$1eo2$1@FreeBSD.csie.NCTU.edu.tw> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hi everyone who will read this mail. My question is how can I design > > the = /etc/motd file or is there some programs that will help to > > design it? > > Yes. Any plain good old text-editor will do just fine. > > Use your favorite text editor to edit the file. Any editor is fine, > as long as it can output to an ASCII file :-) If you have kernfs(5) mounted, `head -1 /kern/version` is something you might want to have in your /etc/motd. But it's up to you, really. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message