From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 01:54:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EACC106564A for ; Thu, 18 Sep 2008 01:54:09 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id D7CFB8FC16 for ; Thu, 18 Sep 2008 01:54:08 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so3323854wfg.7 for ; Wed, 17 Sep 2008 18:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=6JQRf8AApMh2cVxlEBDX1pWlJH2DIuk+RVBV8M+FTSI=; b=HDlFep8TYs2qkq+lvdpz4WgdgBgMczhgOip9dh1NNZCxg8W/euTm2zhTmAVyjwKSwj ALjQay4Y1EeiW5znC8mSAFDnVjLD1buF4sReEqTOfRKATncIIRP3FOdpb4OqWKgt4NoW wjGHdKv8GTFmmhlLam1WLfWLvxwO5XKl8p9zg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=VjWmvTikn4IHSfT2QsGO5dCIqJbwxIh5WuDTsWxIV1jx7/Tk940N9cvQPedUQOiWbt igTg38DC/wtujWf8u7m1Lx/k364mPjzH6j7QVVQfdplptJIl2rifJ41MiasY5CI9Vm5l GoaRowiazpFVGUVxEb5GOVSTD0eVDgkwjucQc= Received: by 10.143.18.16 with SMTP id v16mr1182959wfi.41.1221702848403; Wed, 17 Sep 2008 18:54:08 -0700 (PDT) Received: by 10.142.231.14 with HTTP; Wed, 17 Sep 2008 18:54:08 -0700 (PDT) Message-ID: <28283d910809171854m1e7ccdc6gdf05a7138c3ef06e@mail.gmail.com> Date: Wed, 17 Sep 2008 21:54:08 -0400 From: "matt donovan" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Want to create own package cd 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, 18 Sep 2008 01:54:09 -0000 I am trying to follow http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng-packages/index.htmlto make my own package cd. The documentation doesn't really explain a whole lot but when I look at the cvs it is missing the script print-cdrom-packages.sh. Where can I get this script from?