[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

Top Page
Delete this message
Reply to this message
Author: Nigel Metheringham
Date:  
To: exim-cvs
Subject: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/scripts MakeLinks
nm4 2009/11/13 15:58:17 GMT

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/scripts     MakeLinks 
  Log:
  Fixed MakeLinks build script.  Fixes: #911


  Revision  Changes    Path
  1.593     +2 -0      exim/exim-doc/doc-txt/ChangeLog
  1.17      +0 -3      exim/exim-src/scripts/MakeLinks


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.592
  retrieving revision 1.593
  diff -u -r1.592 -r1.593
  --- ChangeLog    13 Nov 2009 12:18:35 -0000    1.592
  +++ ChangeLog    13 Nov 2009 15:58:16 -0000    1.593
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.592 2009/11/13 12:18:35 nm4 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.593 2009/11/13 15:58:16 nm4 Exp $


Change log file for Exim from version 4.21
-------------------------------------------
@@ -157,6 +157,8 @@

NM/38 Bugzilla 908: Removed NetBSD3 support as no longer needed

+NM/39 Bugzilla 911: Fixed MakeLinks build script
+

Exim version 4.69
-----------------

  Index: MakeLinks
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/scripts/MakeLinks,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- MakeLinks    2 Jul 2009 11:38:57 -0000    1.16
  +++ MakeLinks    13 Nov 2009 15:58:17 -0000    1.17
  @@ -1,5 +1,5 @@
   #!/bin/sh
  -# $Cambridge: exim/exim-src/scripts/MakeLinks,v 1.16 2009/07/02 11:38:57 nm4 Exp $
  +# $Cambridge: exim/exim-src/scripts/MakeLinks,v 1.17 2009/11/13 15:58:17 nm4 Exp $


   # Script to build links for all the exim source files from the system-
   # specific build directory. It should be run from within that directory.
  @@ -36,8 +36,6 @@
   ln -s ../../src/lookups/cdb.c            cdb.c
   ln -s ../../src/lookups/dbmdb.h          dbmdb.h
   ln -s ../../src/lookups/dbmdb.c          dbmdb.c
  -ln -s ../../src/lookups/dkim.h           dkim.h
  -ln -s ../../src/lookups/dkim.c           dkim.c
   ln -s ../../src/lookups/dnsdb.h          dnsdb.h
   ln -s ../../src/lookups/dnsdb.c          dnsdb.c
   ln -s ../../src/lookups/dsearch.h        dsearch.h
  @@ -176,7 +174,6 @@
   ln -s ../../src/pdkim/bn_mul.h           bn_mul.h
   ln -s ../../src/pdkim/pdkim.c            pdkim.c
   ln -s ../../src/pdkim/pdkim.h            pdkim.h
  -ln -s ../../src/pdkim/pdkim-api.h        pdkim-api.h
   ln -s ../../src/pdkim/rsa.c              rsa.c
   ln -s ../../src/pdkim/rsa.h              rsa.h
   ln -s ../../src/pdkim/sha1.c             sha1.c