From owner-freebsd-questions Fri Mar 3 16:13:37 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA06988 for questions-outgoing; Fri, 3 Mar 1995 16:13:37 -0800 Received: from w8hd.w8hd.org (w8hd.w8hd.org [198.252.159.10]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA06982 for ; Fri, 3 Mar 1995 16:13:34 -0800 Received: (from kimc@localhost) by w8hd.w8hd.org (8.6.9/w8hd) id TAA00673; Fri, 3 Mar 1995 19:13:18 -0500 Date: Fri, 3 Mar 1995 19:13:18 -0500 (EST) From: Kim Culhan To: Paul Evans cc: questions@FreeBSD.org Subject: Re: ports dir question In-Reply-To: <199503031738.MAA05887@junior.wariat.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk On Fri, 3 Mar 1995, Paul Evans wrote: > Could someone please point me toward some info on how to use the 'ports' > directory. Specificly I need to get either Cnews or INN running. The method I used is as follows, hope this is the Right Thing: Make a directory where you want to build the port, like /usr/local/inn Copy the directory tree from the top level of port; on the FreeBSD 2.0R cdrom say: cp -R your_cd_mount_point/ports/news/inn /usr/local/inn Go to /usr/local/inn and type make. It'll try to ftp the inn1.4sec source from an ftp site so you'll want to be connected at this time. When the transfer is done it then uncompresses and un-tars the transferred file and then builds inn on your machine -slick! You'll want to read the INN faq's (actually try to read all of them if you can..) then edit the config.data file and reset some things if you want, like where the news articles are spooled etc. Then rebuild according to the Install docs. The only problem I've found is Innwatch exhibits a weird delayed-crash action which I won't describe now but I've been running INN without the benefit of Innwatch for a week now. Maybe this weekend I'll try to figure that out. Just testing with a few 386bsd groups and everything appears to be running fine. regards kim -- kimc@w8hd.org