summaryrefslogtreecommitdiff
path: root/palm/pilot-link-devel/files/patch-af
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-09-17 02:11:58 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-09-17 02:11:58 +0000
commit98c24fc5d8b77c2a371f56a14c4189afdff5a4ab (patch)
tree796fe49d99925f242a220b0f1562721801e135f8 /palm/pilot-link-devel/files/patch-af
parentUpdate to 0.10.1 (diff)
Upgrade to 0.11.3
Approved by: dima
Notes
Notes: svn path=/head/; revision=66464
Diffstat (limited to 'palm/pilot-link-devel/files/patch-af')
-rw-r--r--palm/pilot-link-devel/files/patch-af30
1 files changed, 11 insertions, 19 deletions
diff --git a/palm/pilot-link-devel/files/patch-af b/palm/pilot-link-devel/files/patch-af
index bb23f83ce9ff..c090a96c5df6 100644
--- a/palm/pilot-link-devel/files/patch-af
+++ b/palm/pilot-link-devel/files/patch-af
@@ -1,19 +1,11 @@
-*** pilot-mail.c.orig Sun Oct 10 23:57:07 1999
---- pilot-mail.c Sun Oct 10 23:57:34 1999
-***************
-*** 15,21 ****
- #define POPUSER ""
- #define POPPASS ""
- #define PILOTFROM ""
-! #define SENDMAIL "/usr/lib/sendmail -t -i"
- #define POPKEEP "keep"
- #define DISPOSE "keep"
- #define TOPILOT_MHDIR ""
---- 15,21 ----
- #define POPUSER ""
- #define POPPASS ""
- #define PILOTFROM ""
-! #define SENDMAIL "/usr/sbin/sendmail -t -i"
- #define POPKEEP "keep"
- #define DISPOSE "keep"
- #define TOPILOT_MHDIR ""
+--- src/pilot-mail.c.orig Fri Mar 1 23:13:57 2002
++++ src/pilot-mail.c Wed Mar 27 12:34:36 2002
+@@ -252,7 +252,7 @@
+ *pop_host = getvars("POPHOST", ""),
+ *pop_user = getvars("POPUSER", ""),
+ *pop_pass = getvars("POPPASS", ""),
+- *sendmail = getvars("SENDMAIL", "/usr/lib/sendmail -t -i"),
++ *sendmail = getvars("SENDMAIL", "/usr/sbin/sendmail -t -i"),
+ *pop_keep = getvars("POPKEEP", "keep"),
+ *pilot_dispose = getvars("PILOTDISPOSE", "keep"),
+ *topilot_mhdir = getvars("TOPILOT_MHDIR", "");