home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume44 / dist-3.0 / patch35 < prev    next >
Encoding:
Internet Message Format  |  1994-09-05  |  3.1 KB

  1. From: ram@acri.fr (Raphael Manfredi)
  2. Newsgroups: comp.sources.misc
  3. Subject: v44i049:  dist-3.0 - Configure script generator and related tools, Patch35
  4. Date: 5 Sep 1994 11:34:58 -0500
  5. Organization: Advanced Computer Research Institute, Lyon, France
  6. Sender: kent@sparky.sterling.com
  7. Approved: kent@sparky.sterling.com
  8. Message-ID: <34fhbi$274@sparky.sterling.com>
  9. X-Md4-Signature: 7c0be5446ae04fa1fe2b471dc8f2150c
  10.  
  11. Submitted-by: ram@acri.fr (Raphael Manfredi)
  12. Posting-number: Volume 44, Issue 49
  13. Archive-name: dist-3.0/patch35
  14. Environment: UNIX, Perl, RCS
  15. Patch-To: dist-3.0: Volume 39, Issue 5-32
  16.  
  17. [The latest patch for dist version 3.0 is #35.]
  18.  
  19. System: dist version 3.0
  20. Patch #: 35
  21. Priority: LOW
  22. Subject: patch #32, continued
  23. Date: Mon Aug 29 18:47:44 MET DST 1994
  24. From: Raphael Manfredi <ram@acri.fr>
  25.  
  26. Description:
  27.     See patch #32.
  28.  
  29.  
  30. Fix:    From rn, say "| patch -p -N -d DIR", where DIR is your dist source
  31.     directory.  Outside of rn, say "cd DIR; patch -p -N <thisarticle".
  32.     If you don't have the patch program, apply the following by hand,
  33.     or get patch (version 2.0, latest patchlevel).
  34.  
  35.     After patching:
  36.         Configure -ders
  37.         make depend
  38.         make
  39.         make install
  40.         make install.man
  41.  
  42.     If patch indicates that patchlevel is the wrong version, you may need
  43.     to apply one or more previous patches, or the patch may already
  44.     have been applied.  See the patchlevel.h file to find out what has or
  45.     has not been applied.  In any event, don't continue with the patch.
  46.  
  47.     If you are missing previous patches they can be obtained from me:
  48.  
  49.         Raphael Manfredi <ram@acri.fr>
  50.  
  51.     If you send a mail message of the following form it will greatly speed
  52.     processing:
  53.  
  54.         Subject: Command
  55.         @SH mailpatch PATH dist 3.0 LIST
  56.                ^ note the c
  57.  
  58.     where PATH is a return path FROM ME TO YOU either in Internet notation,
  59.     or in bang notation from some well-known host, and LIST is the number
  60.     of one or more patches you need, separated by spaces, commas, and/or
  61.     hyphens.  Saying 35- says everything from 35 to the end.
  62.  
  63.     To get some more detailed instructions, send me the following mail:
  64.  
  65.         Subject: Command
  66.         @SH mailhelp PATH
  67.  
  68.  
  69. Index: patchlevel.h
  70. Prereq: 34
  71. 4c4
  72. < #define PATCHLEVEL 34
  73. ---
  74. > #define PATCHLEVEL 35
  75.  
  76. Index: mcon/U/i_neterrno.U
  77. Prereq: 3.0.1.1
  78. *** mcon/U/i_neterrno.U.old    Mon Aug 29 18:35:15 1994
  79. --- mcon/U/i_neterrno.U    Mon Aug 29 18:35:15 1994
  80. ***************
  81. *** 1,4 ****
  82. ! ?RCS: $Id: i_neterrno.U,v 3.0.1.1 1994/06/20 07:02:05 ram Exp $
  83.   ?RCS:
  84.   ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
  85.   ?RCS: 
  86. --- 1,4 ----
  87. ! ?RCS: $Id: i_neterrno.U,v 3.0.1.2 1994/08/29 16:22:10 ram Exp $
  88.   ?RCS:
  89.   ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
  90.   ?RCS: 
  91. ***************
  92. *** 11,16 ****
  93. --- 11,19 ----
  94.   ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
  95.   ?RCS:
  96.   ?RCS: $Log: i_neterrno.U,v $
  97. + ?RCS: Revision 3.0.1.2  1994/08/29  16:22:10  ram
  98. + ?RCS: patch32: removed spurious echo
  99. + ?RCS:
  100.   ?RCS: Revision 3.0.1.1  1994/06/20  07:02:05  ram
  101.   ?RCS: patch30: created by ADO
  102.   ?RCS:
  103. ***************
  104. *** 29,35 ****
  105.   ?H:.
  106.   ?LINT:set i_neterrno
  107.   : see if net/errno.h is available
  108. - echo " "
  109.   set net/errno.h val
  110.   eval $inhdr
  111.   
  112. --- 32,37 ----
  113.  
  114. *** End of Patch 35 ***
  115.  
  116. exit 0 # Just in case...
  117.