summaryrefslogtreecommitdiff
path: root/release/scripts/split-file.sh
AgeCommit message (Collapse)Author
2011-10-03Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn
digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
2004-08-26Fixed the shell arithmetic to work with 4.x /bin/sh.Ruslan Ermilov
Tested by: make release of HEAD on 4.10-STABLE Notes: svn path=/head/; revision=134353
2004-01-26Add a script to split a single file up into chunks using split along withJohn Baldwin
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. Notes: svn path=/head/; revision=125051