]> git.wh0rd.org - dump.git/commitdiff
Blocksize default is 32 when using -d HIGHDENSITYTREC.
authorStelian Pop <stelian@popies.net>
Wed, 7 May 2003 14:45:18 +0000 (14:45 +0000)
committerStelian Pop <stelian@popies.net>
Wed, 7 May 2003 14:45:18 +0000 (14:45 +0000)
CHANGES
THANKS
dump/dump.8.in

diff --git a/CHANGES b/CHANGES
index 8566a4f649efbdb46fa617ffaf5e019dffc3c531..3fad0c541bd3e231eb75518656c50aef6ca9fd8d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,12 @@
-$Id: CHANGES,v 1.228 2003/04/18 07:57:16 stelian Exp $
+$Id: CHANGES,v 1.229 2003/05/07 14:45:18 stelian Exp $
+
+Changes between versions 0.4b34 and 0.4b35 (released ??????????????)
+====================================================================
+
+1.     Added a note in the dump man page saying that the default
+       blocksize can be 32 if -d is used with a high density argument.
+       Thanks to Antonios Christofides <A.Christofides@itia.ntua.gr>
+       for the patch.
 
 Changes between versions 0.4b33 and 0.4b34 (released April 18, 2003)
 ====================================================================
diff --git a/THANKS b/THANKS
index 917b8fe430c7cd04eab0747221970625afaf2cee..a414702ad3b877e9a9e978d6742f7462df92f828 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-$Id: THANKS,v 1.80 2003/04/10 07:59:02 stelian Exp $
+$Id: THANKS,v 1.81 2003/05/07 14:45:18 stelian Exp $
 
 Dump and restore were written by the people of the CSRG at the University
 of California, Berkeley.
@@ -31,6 +31,7 @@ Fabrice Bellet                fabrice@bellet.info
 Stan Bubrouski         satan@fastdial.net
 Stephen Carr           sgcarr@civeng.adelaide.edu.au
 Rob Cermak             cermak@ahab.rutgers.edu
+Antonios Christofides  A.Christofides@itia.ntua.gr
 Isaac Chuang           ike@isl.stanford.edu
 Rainer Clasen          bj@ncc.cicely.de
 Tony Clayton           tonyc@e-smith.com
index 4825ab36a62425ba15fbd532fd82d263463b188e..da2ba2e2902535824ae8629d1b3ded1f6da5ccf6 100644 (file)
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: dump.8.in,v 1.52 2003/03/31 09:42:57 stelian Exp $
+.\"    $Id: dump.8.in,v 1.53 2003/05/07 14:45:20 stelian Exp $
 .\"
 .TH DUMP 8 "version __VERSION__ of __DATE__" BSD "System management commands"
 .SH NAME
@@ -113,8 +113,11 @@ to be used by
 to determine whether a file is in the dump file that is being restored.
 .TP
 .BI \-b " blocksize"
-The number of kilobytes per dump record. The default blocksize is 10
-and the maximal value is 1024.
+The number of kilobytes per dump record. The default blocksize is 10,
+unless the
+.B \-d
+option has been used to specify a tape density of 6250BPI or more,
+in which case the default blocksize is 32. Th maximal value is 1024.
 Note however that, since the IO system slices all requests into chunks
 of 
 .B MAXBSIZE