~ubuntu-branches/ubuntu/trusty/sendmail/trusty

« back to all changes in this revision

Viewing changes to debian/patches/8.14/8.14.3/rmail.odi.patch

  • Committer: Bazaar Package Importer
  • Author(s): Richard A Nelson (Rick)
  • Date: 2009-03-01 18:45:00 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090301184500-z6683zxyomgmop6c
Tags: 8.14.3-9
Batting 1000, build-depend on quilt      Closes: #517676

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.3/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 ####