diff options
Diffstat (limited to 'debian/patches/patch.rmail')
-rw-r--r-- | debian/patches/patch.rmail | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/patches/patch.rmail b/debian/patches/patch.rmail new file mode 100644 index 0000000..c42593d --- /dev/null +++ b/debian/patches/patch.rmail @@ -0,0 +1,52 @@ +# Allow background delivery of mail, instead of queueing +# +# To apply this patch: +# STEP 1: Chdir to the source directory. +# STEP 2: Run the 'applypatch' program with this patch file as input. +# +# If you do not have 'applypatch', it is part of the 'makepatch' package +# that you can fetch from the Comprehensive Perl Archive Network: +# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz +# In the above URL, 'x' should be 2 or higher. +# +# To apply this patch without the use of 'applypatch': +# STEP 1: Chdir to the source directory. +# STEP 2: Run the 'patch' program with this file as input. +# +#### End of Preamble #### + +#### Patch data follows #### +diff -c '../../rmail/rmail.c' 'rmail.c' +Index: ./../../rmail/rmail.c +Prereq: 8.18 +*** ./../../rmail/rmail.c Tue Dec 29 12:43:05 1998 +--- ./rmail.c Mon Sep 13 10:47:12 1999 +*************** +*** 273,279 **** + i = 0; + args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ + args[i++] = "-oee"; /* No errors, just status. */ +! args[i++] = "-odq"; /* Queue it, don't try to deliver. */ + args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ + + /* set from system and protocol used */ +--- 273,279 ---- + i = 0; + args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ + args[i++] = "-oee"; /* No errors, just status. */ +! args[i++] = "-odi"; /* deliver in the foreground. */ + args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ + + /* set from system and protocol used */ +#### End of Patch data #### + +#### ApplyPatch data follows #### +# Data version : 1.0 +# Date generated : Mon Sep 13 10:47:49 1999 +# Generated by : makepatch 2.00 +# Recurse directories : Yes +# p '../../rmail/rmail.c' 10101 +#### End of ApplyPatch data #### + +#### End of Patch kit [created: Mon Sep 13 10:47:49 1999] #### +#### Checksum: 51 1826 6572 #### |