aboutsummaryrefslogtreecommitdiff
path: root/mail/premail/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 15:20:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 15:20:55 +0000
commit1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24 (patch)
treeab0e3825a4c577ddb0040131f50ac91d188d81ad /mail/premail/files
parentaabaf706deb49f6ec096541b45f932ef2517bf97 (diff)
downloadports-1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24.tar.gz
ports-1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24.zip
Notes
Diffstat (limited to 'mail/premail/files')
-rw-r--r--mail/premail/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/premail/files/patch-aa b/mail/premail/files/patch-aa
new file mode 100644
index 000000000000..50cb6d4c4d58
--- /dev/null
+++ b/mail/premail/files/patch-aa
@@ -0,0 +1,19 @@
+*** premail.bak Thu Oct 31 06:25:10 1996
+--- premail Sun Feb 2 01:50:16 1997
+***************
+*** 226,232 ****
+ # Return the name of the real sendmail executable
+ if (!defined $config{'sendmail'} || $config{'sendmail'} eq '') {
+ # Standard place
+! (-x '/usr/lib/sendmail') && return '/usr/lib/sendmail';
+ # Newer BSD-based systems
+ (-x '/usr/sbin/sendmail') && return '/usr/sbin/sendmail';
+ # Okay, I give up
+--- 226,232 ----
+ # Return the name of the real sendmail executable
+ if (!defined $config{'sendmail'} || $config{'sendmail'} eq '') {
+ # Standard place
+! #(-x '/usr/lib/sendmail') && return '/usr/lib/sendmail';
+ # Newer BSD-based systems
+ (-x '/usr/sbin/sendmail') && return '/usr/sbin/sendmail';
+ # Okay, I give up