diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2006-08-29 14:00:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:59:00 +0200 |
commit | d53dd2fa51cc53321dd4b46791030cc82d741d8b (patch) | |
tree | 238f27575cd11e7f59b906cc196409fc84959314 /debian/patches/8.13/8.13.7/dpatch.005 | |
parent | 1f66a02f6cb7b203542e2c870a3f61609f34ce57 (diff) | |
download | sendmail-debian/8.13.8-1.tar.gz |
Imported Debian patch 8.13.8-1debian/8.13.8-1
Diffstat (limited to 'debian/patches/8.13/8.13.7/dpatch.005')
-rw-r--r-- | debian/patches/8.13/8.13.7/dpatch.005 | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/debian/patches/8.13/8.13.7/dpatch.005 b/debian/patches/8.13/8.13.7/dpatch.005 deleted file mode 100644 index 5cd0699..0000000 --- a/debian/patches/8.13/8.13.7/dpatch.005 +++ /dev/null @@ -1,54 +0,0 @@ -# /usr/bin/faxmail, !/usr/local/bin/faxmail -# -# 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 './cf/mailer/fax.m4' 'fax.m4' -Index: ./cf/mailer/fax.m4 -Prereq: 8.16 -*** sendmail-8.13.7/cf/mailer/fax.m4 Mon Oct 18 02:35:28 1999 ---- ./fax.m4 Wed Jan 3 14:26:13 2001 -*************** -*** 19,26 **** - ifdef(`FAX_MAILER_ARGS',, - `define(`FAX_MAILER_ARGS', faxmail -d $u@$h $f)') - ifdef(`FAX_MAILER_PATH',, -! `define(`FAX_MAILER_PATH', /usr/local/bin/faxmail)') - ifdef(`FAX_MAILER_MAX',, - `define(`FAX_MAILER_MAX', 100000)') - define(`_FAX_QGRP', `ifelse(defn(`FAX_MAILER_QGRP'),`',`', ` Q=FAX_MAILER_QGRP,')')dnl - POPDIVERT ---- 19,26 ---- - ifdef(`FAX_MAILER_ARGS',, - `define(`FAX_MAILER_ARGS', faxmail -d $u@$h $f)') - ifdef(`FAX_MAILER_PATH',, -! `define(`FAX_MAILER_PATH', /usr/bin/faxmail)') - ifdef(`FAX_MAILER_MAX',, - `define(`FAX_MAILER_MAX', 100000)') - define(`_FAX_QGRP', `ifelse(defn(`FAX_MAILER_QGRP'),`',`', ` Q=FAX_MAILER_QGRP,')')dnl - POPDIVERT -#### End of Patch data #### - -#### ApplyPatch data follows #### -# Data version : 1.0 -# Date generated : Wed Jan 3 14:27:33 2001 -# Generated by : makepatch 2.00 -# Recurse directories : Yes -# p '../../build-tree/sendmail-8.11.2/cf/mailer/fax.m4' 1062 -#### End of ApplyPatch data #### - -#### End of Patch kit [created: Wed Jan 3 14:27:33 2001] #### -#### Checksum: 51 1807 4852 #### |