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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Philip Hazel
Ημερομηνία:  
Προς: exim-cvs
Αντικείμενο: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/OS Makefile-FreeBSD
ph10 2006/02/22 15:10:28 GMT

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/OS          Makefile-FreeBSD 
  Log:
  Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.


  Revision  Changes    Path
  1.312     +2 -0      exim/exim-doc/doc-txt/ChangeLog
  1.3       +1 -0      exim/exim-src/OS/Makefile-FreeBSD


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.311
  retrieving revision 1.312
  diff -u -r1.311 -r1.312
  --- ChangeLog    22 Feb 2006 15:08:20 -0000    1.311
  +++ ChangeLog    22 Feb 2006 15:10:28 -0000    1.312
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.311 2006/02/22 15:08:20 ph10 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.312 2006/02/22 15:10:28 ph10 Exp $


   Change log file for Exim from version 4.21
   -------------------------------------------
  @@ -224,6 +224,8 @@
   PH/43 If retry_interval_max is set greater than 24 hours, it is quietly reset
         to 24 hours. This avoids potential overflow problems when processing G
         and H retry rules. I suspect nobody ever tinkers with this value.
  +
  +PH/44 Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.



Exim version 4.60

  Index: Makefile-FreeBSD
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-FreeBSD,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile-FreeBSD    23 May 2005 16:58:55 -0000    1.2
  +++ Makefile-FreeBSD    22 Feb 2006 15:10:28 -0000    1.3
  @@ -1,4 +1,4 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-FreeBSD,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
  +# $Cambridge: exim/exim-src/OS/Makefile-FreeBSD,v 1.3 2006/02/22 15:10:28 ph10 Exp $


# Exim: OS-specific make file for FreeBSD
# There's no setting of CFLAGS here, to allow the system default
@@ -7,6 +7,7 @@
PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout

CHOWN_COMMAND=/usr/sbin/chown
+STRIP_COMMAND=/usr/bin/strip

HAVE_SA_LEN=YES