diff options
author | dima <dima@FreeBSD.org> | 1999-10-12 06:03:02 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1999-10-12 06:03:02 +0800 |
commit | e144e035f937f3989bd996f9ccc4f4d88218244c (patch) | |
tree | d94f0d3304d34124fd3bd23bd30219adac3a7cdb /palm | |
parent | 36eefa1d4768f89acde2c382463f33e1a08b4415 (diff) | |
download | freebsd-ports-gnome-e144e035f937f3989bd996f9ccc4f4d88218244c.tar.gz freebsd-ports-gnome-e144e035f937f3989bd996f9ccc4f4d88218244c.tar.zst freebsd-ports-gnome-e144e035f937f3989bd996f9ccc4f4d88218244c.zip |
Fix sendmail path.
Submitted by: lesnyj@informatik.tu-muenchen.de
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/files/patch-af | 19 | ||||
-rw-r--r-- | palm/pilot-link/files/patch-af | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/palm/pilot-link-devel/files/patch-af b/palm/pilot-link-devel/files/patch-af new file mode 100644 index 000000000000..bb23f83ce9ff --- /dev/null +++ b/palm/pilot-link-devel/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 "" 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 "" |