From owner-freebsd-questions Sat Sep 23 13:28:50 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA29369 for questions-outgoing; Sat, 23 Sep 1995 13:28:50 -0700 Received: from FSL.ORST.EDU (hernanw@FSL.ORST.EDU [128.193.112.105]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA29362 for ; Sat, 23 Sep 1995 13:28:47 -0700 Received: (from hernanw@localhost) by FSL.ORST.EDU (8.6.9/8.6.9) id NAA26371; Sat, 23 Sep 1995 13:28:43 -0700 Date: Sat, 23 Sep 1995 13:28:43 -0700 (PDT) From: Wayne Hernandez To: questions Subject: make release without CVS tree Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk I am trying to make a local release without a CVS tree so I could bring another system online. I am having problems in the cvs section of the release rule where Jordan, in a messaged dated 2 Aug 95, said to change the .if !defined(RELEASETAG) section to tar -cf - -C /usr src | tar -xvf -C ${CHROOTDIR}/usr. I seem to be getting a tar file called -C in the current directory. Is this right? Also, how much space should I require for this, as I seem to have only 26 megs free on a 200 meg partition for /usr/obj, and /usr/obj/release? TIA, Wayne