mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5abe104793
of distributed hypertext infostructures (i.e. wide-area webs). The program is written in Perl and, once customized for your site, should work on any UNIX-based system with Perl 4.036.
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
--- momconfig.pl 1997/10/10 22:35:11 1.1
|
|
+++ momconfig.pl 1997/10/10 22:35:29
|
|
@@ -78,7 +78,7 @@
|
|
# which messages should be mailed, and accepts other headers and message
|
|
# text from stdin.
|
|
|
|
-$sendmailCommand = "/usr/lib/sendmail";
|
|
+$sendmailCommand = "/usr/sbin/sendmail";
|
|
|
|
|
|
# ==========================================================================
|