From owner-cvs-ports Wed Apr 24 12:01:22 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10345 for cvs-ports-outgoing; Wed, 24 Apr 1996 12:01:22 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA10328 Wed, 24 Apr 1996 12:01:17 -0700 (PDT) Received: from gateway.tcsi.com ([137.134.47.2]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id MAA00269 ; Wed, 24 Apr 1996 12:01:15 -0700 Received: from phact.tcs.com (phact.tcs.com [137.134.41.99]) by gateway.tcsi.com (8.7.4/8.6.10) with ESMTP id LAA18992; Wed, 24 Apr 1996 11:59:15 -0700 (PDT) Received: from cozumel.tcs.com (cozumel.tcs.com [137.134.104.12]) by phact.tcs.com (8.7.4/8.6.10) with ESMTP id LAA02935; Wed, 24 Apr 1996 11:59:12 -0700 (PDT) From: Douglas Ambrisko Received: (ambrisko@localhost) by cozumel.tcs.com (8.6.10/8.6.10) id LAA27964; Wed, 24 Apr 1996 11:57:14 -0700 Message-Id: <199604241857.LAA27964@cozumel.tcs.com> Subject: Re: cvs commit: ports/net/socks5 - Imported sources To: pst@shockwave.com (Paul Traina) Date: Wed, 24 Apr 1996 11:57:13 -0700 (PDT) Cc: jdp@polstra.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org, ambrisko@tcsi.com In-Reply-To: <199604241834.LAA08290@precipice.shockwave.com> from "Paul Traina" at Apr 24, 96 11:34:04 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul Traina writes: | | I'll go look at Doug's code...(time passes) I just looked things over, and | there's no difference between Doug's port and mine, other than the default | for my port has all files installed in the ${PREFIX} tree and his follows | the NEC default of stuffing stuff in /etc. | | Given that it's trivial to change this, and Doug is now listed as the official | maintainer of the port, I'll let him decide which is proper behavior (but | I think proper behavior is to store configs in /usr/local/etc, not /etc, as | that's where port config files are supposed to go.) Okay, I'll make the change to /usr/local/etc when I get the libcompat issue resolved (hopefully this week) and update the man pages to that effect. Also I will be adding a note that runsocks is only supported in -current. I noticed you put it in the net directory and I put it in the security directory. My reason was that it had to do with network security, if it should go in net then I'll make that change as well. Doug A.