summaryrefslogtreecommitdiff
path: root/mail/premail/files/patch-aa
blob: 50cb6d4c4d58b917f1f773c0ad062e1ce789bbdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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