Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/distrib/vax/floppy



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.




Home | Main Index | Thread Index | Old Index