From owner-freebsd-questions@FreeBSD.ORG Thu Oct 5 01:17:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DFB816A40F for ; Thu, 5 Oct 2006 01:17:10 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2670E43D49 for ; Thu, 5 Oct 2006 01:17:10 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail1.panix.com (Postfix) with ESMTP id A733F58836 for ; Wed, 4 Oct 2006 21:17:09 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id A8111476663 for ; Wed, 4 Oct 2006 21:17:09 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1GVHrJ-0005uf-00 for ; Wed, 04 Oct 2006 21:17:09 -0400 Date: Wed, 4 Oct 2006 21:17:09 -0400 From: stan To: Free BSD Questions list Message-ID: <20061005011709.GA22580@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 21:09:28 up 170 days, 22:12, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Modifying cvsup-mirror port to mirror OpenBSD cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 01:17:10 -0000 I'm trying to modify a machine that I was using to mirror the FreeBSD cvsup tree qith to do OpenBSD instead. The machine was originally set up using the cvsup-mirror port. I've changed /usr/local/etc/cvsup/config.sh to look like this: user="cvsup" group="cvsup" cuser="cvsupin" cgroup="cvsupin" host="cvsup.usa.openbsd.org" interval="1" maxclients="8" facility="daemon" distribs="distrib.self .. . OpenBSD.cvs /home/ncvs . OpenBSD-all SKIP ." But the machine pesists in getting the FreeBSD tree. Puzzling What am I doing wrong? -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)