Hi David,
> From: David Corbin [mailto:dcorbin@imperitek.com]
> Sent: Saturday, March 16, 2002 11:24 AM
> I've added RequestDispatcher to WEBrick. I would have
> attached a patch
> file, but I'm not quite sure of the proper way to prepare the patch
> file. Pointes welcome.
Did you only add some files, or did you change original
files? Send added files to the list (if those are enough
small) or to the author (if not).
If you made changes to an original file;
diff -up originalFile.rb modifiedFile.rb > patch.txt
If you made changes to some files;
cd originalDir
diff -upr . ../modifiedDir > ../patch.txt
All: correct it if you like other way.
Hope this helps,
// NaHi