From owner-freebsd-questions Mon Feb 23 06:18:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12193 for freebsd-questions-outgoing; Mon, 23 Feb 1998 06:18:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12185 for ; Mon, 23 Feb 1998 06:18:47 -0800 (PST) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id IAA27940; Mon, 23 Feb 1998 08:17:25 -0600 (CST) From: "Paul T. Root" Message-Id: <199802231417.IAA27940@horton.iaces.com> Subject: Re: Telnet Sign On Messge To: sj000000@gccomm.net (sj000000) Date: Mon, 23 Feb 1998 08:17:25 -0600 (CST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <001501bd4062$e98c4a60$3042f5cf@tvmaster1.whyy.org> from sj000000 at "Feb 23, 98 08:56:12 am" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, sj000000 said: > Hi all. Sorry for what is most likly 2 stupid questions but after looking > throught out the mail archives and manual I cann't find the answer. > > 1) I wish to add the src pkg to be able to compile a new kernnel. I didn't > install ot at system initail creation because i didn't want to leave src's > on the drive. But now I wish to add it while I create a new kernnel. I have > all of the pieces is ....aa,ab and so on but i cann't find a tgz version > that would be installed as a "package" what is the best way to accomplish > this. In the same directory you got the ssys.aa .ab etc, there should be an install.sh. And that will do it for you. The aa ab etc, files are concatinated together and piped into tar. Something like: cat ssys.a? | tar -xzvf - should do it, but I don't remember exact syntax. > 2)Where is the telnet signon message I wish to change it. But once again I > don't seem to be able to swammy where it is. You're probably looking for /etc/gettytab. Modify the im field in default. > Thanks for your time. > > Jeff > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- How many boards would the Mongrels hoard, if the Mongrel Hoards got bored? -- Calvin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message