home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / elm / 3354 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  5.5 KB

  1. Xref: sparky comp.mail.elm:3354 comp.sources.bugs:272
  2. Newsgroups: comp.mail.elm,comp.sources.bugs
  3. Path: sparky!uunet!hela.iti.org!cs.widener.edu!dsinc!syd
  4. From: syd@dsinc.DSI.COM (Syd Weinstein)
  5. Subject: elm 2.4 Patch #11
  6. Message-ID: <1992Nov17.202344.11245@DSI.COM>
  7. Followup-To: poster
  8. Summary: This is an official patch for elm 2.4 system.  Please apply it.
  9. Sender: syd@DSI.COM (Syd Weinstein)
  10. Priority: HIGH
  11. Organization: Datacomp Systems, Inc., Huntingdon Valley, PA 19006
  12. Date: Tue, 17 Nov 1992 20:23:44 GMT
  13. Lines: 140
  14.  
  15. Quickie fix to handle my botched edit of the test line  in Configure
  16. (and it even passed my tests here, how I'll never know)
  17. From: Syd
  18.  
  19.  
  20. Fix:    From rn, say "| patch -p -N -d DIR", where DIR is your elm source
  21.     directory.  Outside of rn, say "cd DIR; patch -p -N <thisarticle".
  22.     If you don't have the patch program, apply the following by hand,
  23.     or get patch (version 2.0, latest patchlevel).
  24.  
  25.     After patching:
  26.         sh Configure -d
  27.         make
  28.         make install
  29.  
  30.     If patch indicates that patchlevel is the wrong version, you may need
  31.     to apply one or more previous patches, or the patch may already
  32.     have been applied.  See the patchlevel.h file to find out what has or
  33.     has not been applied.  In any event, don't continue with the patch.
  34.  
  35.     If you are missing previous patches they can be obtained from our:
  36.     archive server.
  37.  
  38.     Syd Weinstein
  39.     elm@DSI.COM
  40.  
  41.     The patches are available from the dsinc archive server
  42.     Send the following message to archive-server@DSI.COM for
  43.     a list of available patches:
  44.  
  45.     Subject: patch list
  46.     send index elm
  47.  
  48. Index: hdrs/patchlevel.h
  49. Prereq: "10"
  50. *** ../elm2.4/hdrs/patchlevel.h    Tue Nov 17 14:11:00 1992
  51. --- hdrs/patchlevel.h    Tue Nov 17 14:24:26 1992
  52. ***************
  53. *** 1 ****
  54. ! #define PATCHLEVEL "10"
  55. --- 1 ----
  56. ! #define PATCHLEVEL "11"
  57.  
  58. Index: Configure
  59. Prereq: 5.9
  60. *** ../elm2.4/Configure    Tue Nov 17 14:10:54 1992
  61. --- Configure    Tue Nov 17 15:06:22 1992
  62. ***************
  63. *** 8,14 ****
  64.   # and edit it to reflect your system.  Some packages may include samples
  65.   # of config.h for certain machines, so you might look for one of those.)
  66.   #
  67. ! # $Header: /home/syd/elm.rel/RCS/Configure,v 5.9 1992/11/17 18:19:47 syd Exp $
  68.   #
  69.   # Yes, you may rip this off to use in other distribution packages.
  70.   # (Note: this Configure script was generated automatically.  Rather than
  71. --- 8,14 ----
  72.   # and edit it to reflect your system.  Some packages may include samples
  73.   # of config.h for certain machines, so you might look for one of those.)
  74.   #
  75. ! # $Header: /home/syd/elm.rel/RCS/Configure,v 5.10 1992/11/17 20:06:14 syd Exp $
  76.   #
  77.   # Yes, you may rip this off to use in other distribution packages.
  78.   # (Note: this Configure script was generated automatically.  Rather than
  79. ***************
  80. *** 811,817 ****
  81.       echo exit 0 >usg
  82.       echo exit 1 >v7
  83.   elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
  84. !     if $test "(" $uname_os" = "SunOS" -a "$uname_rel" = "4.1")" ; then
  85.       echo "Looks like SunOs 4.1, a USG system, but we'll see..."
  86.       echo exit 1 >bsd
  87.       echo exit 0 >usg
  88. --- 811,817 ----
  89.       echo exit 0 >usg
  90.       echo exit 1 >v7
  91.   elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
  92. !     if $test "(" "$uname_os" = "SunOS" -a "$uname_rel" = "4.1" ")" ; then
  93.       echo "Looks like SunOs 4.1, a USG system, but we'll see..."
  94.       echo exit 1 >bsd
  95.       echo exit 0 >usg
  96.  
  97. Index: utils/newmail.c
  98. Prereq: 5.5
  99. *** ../elm2.4/utils/newmail.c    Tue Nov 10 15:20:31 1992
  100. --- utils/newmail.c    Tue Nov 17 14:23:33 1992
  101. ***************
  102. *** 1,8 ****
  103.   
  104. ! static char rcsid[] = "@(#)$Id: newmail.c,v 5.5 1992/11/07 20:05:52 syd Exp $";
  105.   
  106.   /*******************************************************************************
  107. !  *  The Elm Mail System  -  $Revision: 5.5 $   $State: Exp $
  108.    *
  109.    *             Copyright (c) 1988-1992 USENET Community Trust
  110.    *             Copyright (c) 1986,1987 Dave Taylor
  111. --- 1,8 ----
  112.   
  113. ! static char rcsid[] = "@(#)$Id: newmail.c,v 5.6 1992/11/17 19:23:28 syd Exp $";
  114.   
  115.   /*******************************************************************************
  116. !  *  The Elm Mail System  -  $Revision: 5.6 $   $State: Exp $
  117.    *
  118.    *             Copyright (c) 1988-1992 USENET Community Trust
  119.    *             Copyright (c) 1986,1987 Dave Taylor
  120. ***************
  121. *** 14,19 ****
  122. --- 14,22 ----
  123.    *
  124.    *******************************************************************************
  125.    * $Log: newmail.c,v $
  126. +  * Revision 5.6  1992/11/17  19:23:28  syd
  127. +  * add blank after priority to
  128. +  *
  129.    * Revision 5.5  1992/11/07  20:05:52  syd
  130.    * change to use header_cmp to allow for linear white space around the colon
  131.    * From: Syd
  132. ***************
  133. *** 162,168 ****
  134.       no_subj = catgets(elm_msg_cat, NewmailSet, NewmailNoSubject,
  135.          "(No Subject Specified)");
  136.       priority_to = catgets(elm_msg_cat, NewmailSet,
  137. !        NewmailInWinPriorityTo, "Priority to");
  138.       priority_text = catgets(elm_msg_cat, NewmailSet,
  139.             NewmailInWinPriority, "Priority ");
  140.       To_text = catgets(elm_msg_cat, NewmailSet, NewmailInWinTo, "To ");
  141. --- 165,171 ----
  142.       no_subj = catgets(elm_msg_cat, NewmailSet, NewmailNoSubject,
  143.          "(No Subject Specified)");
  144.       priority_to = catgets(elm_msg_cat, NewmailSet,
  145. !        NewmailInWinPriorityTo, "Priority to ");
  146.       priority_text = catgets(elm_msg_cat, NewmailSet,
  147.             NewmailInWinPriority, "Priority ");
  148.       To_text = catgets(elm_msg_cat, NewmailSet, NewmailInWinTo, "To ");
  149.  
  150. -- 
  151. ========================================================================
  152. Sydney S. Weinstein, CDP, CCP          Elm Coordinator - Current 2.4PL10
  153. Datacomp Systems, Inc.                 Projected 3.0 Release: ??? ?,1994
  154. syd@DSI.COM or dsinc!syd      Voice: (215) 947-9900, FAX: (215) 938-0235
  155.