Subject: CVS commit: basesrc/distrib/vax/floppy
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/06/2002 19:41:25
Module Name:	basesrc
Committed By:	bjh21
Date:		Sat Apr  6 16:41:25 UTC 2002

Modified Files:
	basesrc/distrib/vax/floppy: Makefile

Log Message:
Replace "obs" with "bs" and "conv=osync" with "conv=sync" in the dd command.
This is necessary because POSIX doesn't specify "conv=osync" and GNU dd
doesn't implement it.  I believe that in this case, where only one output
block should ever be generated and the input is a regular file, bs/sync is
equivalent to obs/osync.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/distrib/vax/floppy/Makefile

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