aboutsummaryrefslogtreecommitdiff
path: root/palm/pilot-link
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1999-10-11 22:03:02 +0000
committerDima Ruban <dima@FreeBSD.org>1999-10-11 22:03:02 +0000
commita971d2a7940fce8a4fb926c98c61194e3e3cf335 (patch)
tree9fdc5e4766791e641651516a81fb0850f99d1453 /palm/pilot-link
parent0bb922ab3abd5e3dad0bc316476d8c49c7236535 (diff)
downloadports-a971d2a7940fce8a4fb926c98c61194e3e3cf335.tar.gz
ports-a971d2a7940fce8a4fb926c98c61194e3e3cf335.zip
Fix sendmail path.
Submitted by: lesnyj@informatik.tu-muenchen.de
Notes
Notes: svn path=/head/; revision=22359
Diffstat (limited to 'palm/pilot-link')
-rw-r--r--palm/pilot-link/files/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-af b/palm/pilot-link/files/patch-af
new file mode 100644
index 000000000000..bb23f83ce9ff
--- /dev/null
+++ b/palm/pilot-link/files/patch-af
@@ -0,0 +1,19 @@
+*** 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 ""