Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 01/09/2001 01:04:58
Module Name:	pkgsrc
Committed By:	itohy
Date:		Mon Jan  8 23:04:58 UTC 2001

Modified Files:
	pkgsrc/audio/cdparanoia/files: patch-sum
	pkgsrc/audio/cdparanoia/patches: patch-cg

Log Message:
- Change the timeout period from 10s to 1min, which is the same value of
  the original implementation.  Actually, one of my drive takes more than
  10s for seeking a track and causes inconsistency of the aic SCSI driver.
  Yeah, the driver should not fail, but that is a different problem.... :)

- Implement read speed selection (-S option).  The unit is 1000byte/s.
  "-S 176" for 1x speed, "-S 352" for 2x speed, and so on.  If the
  specified value is smaller than 176, it will be multiplied by 176,
  so "-S 1" also selects 1x speed.  "-S 0" selects the maximum speed.
  This is an experimental feature and the interface will likely change.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/audio/cdparanoia/files/patch-sum
cvs rdiff -r1.4 -r1.5 pkgsrc/audio/cdparanoia/patches/patch-cg

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.