From owner-cvs-all@FreeBSD.ORG Mon Jan 26 11:45:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA8016A4CE; Mon, 26 Jan 2004 11:45:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C44E43D2F; Mon, 26 Jan 2004 11:45:10 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0QJj90B017122; Mon, 26 Jan 2004 11:45:09 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0QJj9t1017121; Mon, 26 Jan 2004 11:45:09 -0800 (PST) (envelope-from jhb) Message-Id: <200401261945.i0QJj9t1017121@repoman.freebsd.org> From: John Baldwin Date: Mon, 26 Jan 2004 11:45:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts split-file.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:45:11 -0000 jhb 2004/01/26 11:45:09 PST FreeBSD src repository Added files: release/scripts split-file.sh Log: Add a script to split a single file up into chunks using split along with a list file suitable for use with libstand's splitfs filesystem. The first chunk of the file is 16k and has an extension of '.boot' and is meant to be placed on the boot floppy. This is required because the current implementations of gzipfs and bzipfs in libstand want to read in the header of the file each time it is opened. Revision Changes Path 1.1 +39 -0 src/release/scripts/split-file.sh (new)