home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- From: Raphael Manfredi <ram@acri.fr>
- Subject: v39i051: dist-3.0 - Configure script generator and related tools, Patch05
- Message-ID: <1993Aug25.235406.23729@sparky.sterling.com>
- X-Md4-Signature: 6049836d7493f5f0d586a3dd0b76ffda
- Sender: kent@sparky.sterling.com (Kent Landfield)
- Organization: Advanced Computer Research Institute, Lyon, France
- Date: Wed, 25 Aug 1993 23:54:06 GMT
- Approved: kent@sparky.sterling.com
-
- Submitted-by: Raphael Manfredi <ram@acri.fr>
- Posting-number: Volume 39, Issue 51
- Archive-name: dist-3.0/patch05
- Environment: UNIX, Perl, RCS
- Patch-To: dist-3.0: Volume 39, Issue 5-32
-
- [The latest patch for dist version 3.0 is #5.]
-
- System: dist version 3.0
- Patch #: 5
- Priority: CRITICAL
- Subject: fixed fatal typo in here document
- Date: Tue Aug 24 14:48:07 MET DST 1993
- From: Raphael Manfredi <ram@acri.fr>
-
- Description:
- Fixed fatal typo in here document in patnotify.
-
- Repeat-By:
-
- perl -c pat/patnotify
-
- 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
- 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: 4
- 4c4
- < #define PATCHLEVEL 4
- ---
- > #define PATCHLEVEL 5
-
- Index: pat/patnotify.SH
- Prereq: 3.0.1.1
- *** pat/patnotify.SH.old Tue Aug 24 14:48:05 1993
- --- pat/patnotify.SH Tue Aug 24 14:48:05 1993
- ***************
- *** 20,26 ****
- eval "exec perl -S \$0 \$*"
- if \$running_under_some_shell;
-
- ! # $Id: patnotify.SH,v 3.0.1.1 1993/08/24 12:19:11 ram Exp $
- #
- # Copyright (c) 1991-1993, Raphael Manfredi
- #
- --- 20,26 ----
- eval "exec perl -S \$0 \$*"
- if \$running_under_some_shell;
-
- ! # $Id: patnotify.SH,v 3.0.1.2 1993/08/24 12:48:03 ram Exp $
- #
- # Copyright (c) 1991-1993, Raphael Manfredi
- #
- ***************
- *** 31,36 ****
- --- 31,39 ----
- # of the source tree for dist 3.0.
- #
- # $Log: patnotify.SH,v $
- + # Revision 3.0.1.2 1993/08/24 12:48:03 ram
- + # patch5: fixed fatal typo in here document
- + #
- # Revision 3.0.1.1 1993/08/24 12:19:11 ram
- # patch3: created
- #
- ***************
- *** 132,138 ****
- -h : print this message and exit
- -u : add all to-be-notified users
- -V : print version number and exit
- ! EOM
- exit 1;
- }
-
- --- 135,141 ----
- -h : print this message and exit
- -u : add all to-be-notified users
- -V : print version number and exit
- ! EOH
- exit 1;
- }
-
-
- *** End of Patch 5 ***
-
- exit 0 # Just in case...
-