~ubuntu-branches/debian/sid/sendmail/sid

« back to all changes in this revision

Viewing changes to debian/patches/8.14/8.14.1/dpatch.003

  • Committer: Bazaar Package Importer
  • Author(s): Richard A Nelson (Rick)
  • Date: 2007-05-05 20:10:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070505201000-xd515upx318zlkgh
Tags: 8.14.1-1
* *** *** libmilter gets a new version *** ***
  *** *** MimeDefang and other packages will need to be rebuilt *** ***

* New upstream release
  - Fix 8.14.0 regressions & issues
* Refit patches
* Drop qtool patch, equivalent applied upstream
* Force configure defaults (new machine, gotta get it right)
* update configure.ac for newer db versions
* refresh FAQ
* build against db4.5                                      closes: #421945
* build-indep-depends on groff, not groff-base             closes: #362872

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Change sendmail call -obq to -obi
 
2
 
3
# To apply this patch:
 
4
# STEP 1: Chdir to the source directory.
 
5
# STEP 2: Run the 'applypatch' program with this patch file as input.
 
6
#
 
7
# If you do not have 'applypatch', it is part of the 'makepatch' package
 
8
# that you can fetch from the Comprehensive Perl Archive Network:
 
9
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
 
10
# In the above URL, 'x' should be 2 or higher.
 
11
#
 
12
# To apply this patch without the use of 'applypatch':
 
13
# STEP 1: Chdir to the source directory.
 
14
# STEP 2: Run the 'patch' program with this file as input.
 
15
#
 
16
#### End of Preamble ####
 
17
 
 
18
#### Patch data follows ####
 
19
diff -c 'rmail/rmail.c' 'debian/patches/rmail.c'
 
20
Index: ./rmail/rmail.c
 
21
Prereq:  8.61
 
22
*** sendmail-8.14.1/rmail/rmail.c       Sat Sep 16 18:20:25 2000
 
23
--- ./debian/patches/rmail.c    Thu Sep 28 17:00:59 2000
 
24
***************
 
25
*** 318,324 ****
 
26
        args[i++] = _PATH_SENDMAIL;     /* Build sendmail's argument list. */
 
27
        args[i++] = "-G";               /* relay submission */
 
28
        args[i++] = "-oee";             /* No errors, just status. */
 
29
!       args[i++] = "-odq";             /* Queue it, don't try to deliver. */
 
30
        args[i++] = "-oi";              /* Ignore '.' on a line by itself. */
 
31
  
 
32
        /* set from system and protocol used */
 
33
--- 318,324 ----
 
34
        args[i++] = _PATH_SENDMAIL;     /* Build sendmail's argument list. */
 
35
        args[i++] = "-G";               /* relay submission */
 
36
        args[i++] = "-oee";             /* No errors, just status. */
 
37
!       args[i++] = "-odi";             /* deliver in the foreground. */
 
38
        args[i++] = "-oi";              /* Ignore '.' on a line by itself. */
 
39
  
 
40
        /* set from system and protocol used */
 
41
#### End of Patch data ####
 
42
 
 
43
#### ApplyPatch data follows ####
 
44
# Data version        : 1.0
 
45
# Date generated      : Thu Sep 28 17:01:04 2000
 
46
# Generated by        : makepatch 2.00
 
47
# Recurse directories : Yes
 
48
# p './build-tree/sendmail-8.11.1/rmail/rmail.c' 12072
 
49
#### End of ApplyPatch data ####
 
50
 
 
51
#### End of Patch kit [created: Thu Sep 28 17:01:04 2000] ####
 
52
#### Checksum: 51 2010 21691 ####