home *** CD-ROM | disk | FTP | other *** search
- From: ram@acri.fr (Raphael Manfredi)
- Newsgroups: comp.sources.misc
- Subject: v44i049: dist-3.0 - Configure script generator and related tools, Patch35
- Date: 5 Sep 1994 11:34:58 -0500
- Organization: Advanced Computer Research Institute, Lyon, France
- Sender: kent@sparky.sterling.com
- Approved: kent@sparky.sterling.com
- Message-ID: <34fhbi$274@sparky.sterling.com>
- X-Md4-Signature: 7c0be5446ae04fa1fe2b471dc8f2150c
-
- Submitted-by: ram@acri.fr (Raphael Manfredi)
- Posting-number: Volume 44, Issue 49
- Archive-name: dist-3.0/patch35
- Environment: UNIX, Perl, RCS
- Patch-To: dist-3.0: Volume 39, Issue 5-32
-
- [The latest patch for dist version 3.0 is #35.]
-
- System: dist version 3.0
- Patch #: 35
- Priority: LOW
- Subject: patch #32, continued
- Date: Mon Aug 29 18:47:44 MET DST 1994
- From: Raphael Manfredi <ram@acri.fr>
-
- Description:
- See patch #32.
-
-
- Fix: From rn, say "| patch -p -N -d DIR", where DIR is your dist source
- directory. Outside of rn, say "cd DIR; patch -p -N <thisarticle".
- If you don't have the patch program, apply the following by hand,
- or get patch (version 2.0, latest patchlevel).
-
- After patching:
- Configure -ders
- make depend
- make
- make install
- make install.man
-
- If patch indicates that patchlevel is the wrong version, you may need
- to apply one or more previous patches, or the patch may already
- have been applied. See the patchlevel.h file to find out what has or
- has not been applied. In any event, don't continue with the patch.
-
- If you are missing previous patches they can be obtained from me:
-
- Raphael Manfredi <ram@acri.fr>
-
- If you send a mail message of the following form it will greatly speed
- processing:
-
- Subject: Command
- @SH mailpatch PATH dist 3.0 LIST
- ^ note the c
-
- where PATH is a return path FROM ME TO YOU either in Internet notation,
- or in bang notation from some well-known host, and LIST is the number
- of one or more patches you need, separated by spaces, commas, and/or
- hyphens. Saying 35- says everything from 35 to the end.
-
- To get some more detailed instructions, send me the following mail:
-
- Subject: Command
- @SH mailhelp PATH
-
-
- Index: patchlevel.h
- Prereq: 34
- 4c4
- < #define PATCHLEVEL 34
- ---
- > #define PATCHLEVEL 35
-
- Index: mcon/U/i_neterrno.U
- Prereq: 3.0.1.1
- *** mcon/U/i_neterrno.U.old Mon Aug 29 18:35:15 1994
- --- mcon/U/i_neterrno.U Mon Aug 29 18:35:15 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: i_neterrno.U,v 3.0.1.1 1994/06/20 07:02:05 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: i_neterrno.U,v 3.0.1.2 1994/08/29 16:22:10 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 11,16 ****
- --- 11,19 ----
- ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- ?RCS:
- ?RCS: $Log: i_neterrno.U,v $
- + ?RCS: Revision 3.0.1.2 1994/08/29 16:22:10 ram
- + ?RCS: patch32: removed spurious echo
- + ?RCS:
- ?RCS: Revision 3.0.1.1 1994/06/20 07:02:05 ram
- ?RCS: patch30: created by ADO
- ?RCS:
- ***************
- *** 29,35 ****
- ?H:.
- ?LINT:set i_neterrno
- : see if net/errno.h is available
- - echo " "
- set net/errno.h val
- eval $inhdr
-
- --- 32,37 ----
-
- *** End of Patch 35 ***
-
- exit 0 # Just in case...
-