home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / patch.tar.gz / patch.tar / patch / README < prev    next >
Text File  |  1989-01-14  |  3KB  |  73 lines

  1.             Patch Kit, Version 2.0
  2.  
  3.             Copyright (c) 1988, Larry Wall
  4.  
  5. You may copy the patch kit in whole or in part as long as you don't try to
  6. make money off it, or pretend that you wrote it.
  7. --------------------------------------------------------------------------
  8.  
  9. Please read all the directions below before you proceed any further, and
  10. then follow them carefully.  Failure to do so may void your warranty. :-)
  11.  
  12. After you have unpacked your kit, you should have all the files listed
  13. in MANIFEST.
  14.  
  15. Installation
  16.  
  17. 1)  Run Configure.  This will figure out various things about your system.
  18.     Some things Configure will figure out for itself, other things it will
  19.     ask you about.  It will then proceed to make config.h, config.sh, and
  20.     Makefile.
  21.  
  22.     You might possibly have to trim # comments from the front of Configure
  23.     if your sh doesn't handle them, but all other # comments will be taken
  24.     care of.
  25.  
  26.     If you don't have sh, you'll have to rip the prototype of config.h out
  27.     of Configure and generate the defines by hand.
  28.  
  29. 2)  Glance through config.h to make sure system dependencies are correct.
  30.     Most of them should have been taken care of by running the Configure script.
  31.  
  32.     If you have any additional changes to make to the C definitions, they
  33.     can be done in the Makefile, or in config.h.  Bear in mind that they may
  34.     get undone next time you run Configure.
  35.  
  36. 3)  make
  37.  
  38.     This will attempt to make patch in the current directory.
  39.  
  40. 4)  make install
  41.  
  42.     This will put patch into a public directory (normally /usr/local/bin).
  43.     It will also try to put the man pages in a reasonable place.  It will not
  44.     nroff the man page, however.
  45.  
  46. 5)  Read the manual entry before running patch.
  47.  
  48. 6)  IMPORTANT!  Help save the world!  Communicate any problems and
  49.     suggested patches to me, lwall@jpl-devvax.Jpl.Nasa.Gov (Larry Wall),
  50.     so we can keep the world in sync.  If you have a problem, there's
  51.     someone else out there who either has had or will have the same problem.
  52.  
  53.     If possible, send in patches such that the patch program will apply them.
  54.     Context diffs are the best, then normal diffs.  Don't send ed scripts--
  55.     I've probably changed my copy since the version you have.
  56.  
  57.     Watch for patch patches in net.sources.bugs.  Patches will generally be
  58.     in a form usable by the patch program.  If you are just now bringing up
  59.     patch and aren't sure how many patches there are, write to me and I'll
  60.     send any you don't have.  Your current patch level is shown in patchlevel.h.
  61.  
  62.  
  63. NEW FEATURES IN THIS RELEASE
  64.  
  65. (Correct) support for 4.3bsd-style context diffs.
  66. Files can be created from scratch.
  67. You can specify a fuzz-factor for context matching.
  68. You can force patch to ask no questions.
  69. You can specify how much of the leading pathname to strip off filenames.
  70. Uses a Configure script for greater portability.
  71. You are now asked if you want to apply a reversed patch.
  72. No limit (apart from memory) on the size of hunks.
  73.