OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-Aug-2004 10:47:23
  Branch: HEAD                             Handle: 2004082109472300

  Modified files:
    openpkg-src/monit       monit.patch monit.spec

  Log:
    append optional message with a leading blank line

  Summary:
    Revision    Changes     Path
    1.7         +12 -0      openpkg-src/monit/monit.patch
    1.38        +1  -1      openpkg-src/monit/monit.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/monit/monit.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 monit.patch
  --- openpkg-src/monit/monit.patch     25 May 2004 18:37:43 -0000      1.6
  +++ openpkg-src/monit/monit.patch     21 Aug 2004 08:47:23 -0000      1.7
  @@ -202,3 +202,15 @@
    
    
    #include <$ac_header>
  +Index: sendmail.c
  +--- sendmail.c.orig  2004-02-19 16:43:10 +0100
  ++++ sendmail.c       2004-08-21 10:46:15 +0200
  +@@ -143,7 +143,7 @@
  +     do_send(&S, "\r\n");
  +     do_send(&S, "%s\r\n", m->message);
  +     if(m->opt_message) {
  +-      do_send(&S, "%s\r\n", m->opt_message);
  ++      do_send(&S, "\r\n%s\r\n", m->opt_message);
  +     }
  +     do_send(&S, ".\r\n");
  +     do_status(&S);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/monit/monit.spec
  ============================================================================
  $ cvs diff -u -r1.37 -r1.38 monit.spec
  --- openpkg-src/monit/monit.spec      20 Aug 2004 20:40:39 -0000      1.37
  +++ openpkg-src/monit/monit.spec      21 Aug 2004 08:47:23 -0000      1.38
  @@ -34,7 +34,7 @@
   Group:        System
   License:      GPL
   Version:      4.3
  -Release:      20040820
  +Release:      20040821
   
   #   package options
   %option       with_fsl   yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to