1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/lla/files/patch-lla
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

20 lines
561 B
Plaintext

*** lla.orig Wed Sep 26 16:22:29 2001
--- lla Wed Sep 26 16:22:45 2001
***************
*** 269,275 ****
if (@email) {
my $MailSubject = "LDAP Log Analyse Report";
my $all_email = join ' ', @email;
! open OUTPUT, "| /bin/mail -s \"$MailSubject\" $all_email";
} else {
open OUTPUT, ">&STDOUT";
}
--- 269,275 ----
if (@email) {
my $MailSubject = "LDAP Log Analyse Report";
my $all_email = join ' ', @email;
! open OUTPUT, "| /usr/bin/mail -s \"$MailSubject\" $all_email";
} else {
open OUTPUT, ">&STDOUT";
}