[comp.sources.bugs] Official patch #5 for mp v2.0, please apply it.

richb@sunchat.oz (Rich Burridge) (05/09/89)

It makes the following changes:

1/ Sets the PATCHLEVEL value correctly.

2/ Sets the default numbers of lines in mp.pro.ps, mp.pro.filofax.ps
   and mp.pro.timeman.ps to 60 instead of 66. This was causing the page
   trailer to "truncate" the botton two lines.

Feed this file to Larry Walls' patch program, then recompile.

    Rich.

------CUT HERE------CUT HERE------
*** original/mp.c	Fri Apr 28 15:03:57 1989
--- mp.c	Tue May  9 11:48:51 1989
***************
*** 1,5 ****
  #ifndef lint
! static char sccsid[] = "@(#)mp.c 1.7 89/04/28" ;
  #endif
  
  /*  Takes a mail file, a news article or an ordinary file
--- 1,5 ----
  #ifndef lint
! static char sccsid[] = "@(#)mp.c 1.8 89/05/09" ;
  #endif
  
  /*  Takes a mail file, a news article or an ordinary file
***************
*** 38,44 ****
  #include <time.h>
  #include <pwd.h>
  
! #define  PATCHLEVEL   3
  
  #define  FPRINTF      (void) fprintf    /* To make lint happy. */
  #define  PRINTF       (void) printf
--- 38,44 ----
  #include <time.h>
  #include <pwd.h>
  
! #define  PATCHLEVEL   5
  
  #define  FPRINTF      (void) fprintf    /* To make lint happy. */
  #define  PRINTF       (void) printf
*** original/mp.pro.ps	Fri Apr 28 15:03:57 1989
--- mp.pro.ps	Tue May  9 11:48:52 1989
***************
*** 1,11 ****
  %!PS-Adobe-1.0
  %%Creator: Steve Holden
  %%Modifed: Rich Burridge
! %%Title: @(#)mp.pro.ps 1.3 89/04/28
  %%CreationDate: see above
  %%DocumentFonts: Times-Bold Times-Roman Courier
  %%Pages: (atend)
! %%PageLength 66
  %%LineLength 80
  %%EndComments
  
--- 1,11 ----
  %!PS-Adobe-1.0
  %%Creator: Steve Holden
  %%Modifed: Rich Burridge
! %%Title: @(#)mp.pro.ps 1.4 89/05/09
  %%CreationDate: see above
  %%DocumentFonts: Times-Bold Times-Roman Courier
  %%Pages: (atend)
! %%PageLength 60
  %%LineLength 80
  %%EndComments
  
*** original/mp.pro.filofax.ps	Fri Apr 28 15:03:58 1989
--- mp.pro.filofax.ps	Tue May  9 11:48:53 1989
***************
*** 1,9 ****
  %!PS-Adobe-1.0
  %%Creator: Steve Holden
  %%Modifed: Rich Burridge
! %%Title: @(#)mp.pro.filofax.ps 1.2 89/04/28
  %%CreationDate: see above
! %%PageLength 66
  %%LineLength 80
  %%DocumentFonts: Times-Bold Times-Roman Courier
  %%Pages: (atend)
--- 1,9 ----
  %!PS-Adobe-1.0
  %%Creator: Steve Holden
  %%Modifed: Rich Burridge
! %%Title: @(#)mp.pro.filofax.ps 1.3 89/05/09
  %%CreationDate: see above
! %%PageLength 60
  %%LineLength 80
  %%DocumentFonts: Times-Bold Times-Roman Courier
  %%Pages: (atend)
*** original/mp.pro.timeman.ps	Fri Apr 28 15:03:58 1989
--- mp.pro.timeman.ps	Tue May  9 11:48:52 1989
***************
*** 1,9 ****
  %!PS-Adobe-1.0
  %%Creator: Steve Holden
  %%Modifed: Rich Burridge
! %%Title: @(#)mp.pro.timeman.ps 1.2 89/04/28
  %%CreationDate: see above
! %%PageLength 66
  %%LineLength 80
  %%DocumentFonts: Times-Bold Times-Roman Courier
  %%Pages: (atend)
--- 1,9 ----
  %!PS-Adobe-1.0
  %%Creator: Steve Holden
  %%Modifed: Rich Burridge
! %%Title: @(#)mp.pro.timeman.ps 1.3 89/05/09
  %%CreationDate: see above
! %%PageLength 60
  %%LineLength 80
  %%DocumentFonts: Times-Bold Times-Roman Courier
  %%Pages: (atend)