mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
|
--- md-sub/md-sub.cgi.orig Sun Apr 27 20:25:26 1997
|
||
|
+++ md-sub/md-sub.cgi Sun Apr 27 20:25:39 1997
|
||
|
@@ -67,7 +67,7 @@
|
||
|
$cgiloc = "http://stout/~jco/md-sub.cgi";
|
||
|
$listsdb = "/usr/jco/.md-subrc";
|
||
|
$logfile = "/usr/jco/md-sub.log";
|
||
|
-#$sendmail = "|/usr/lib/sendmail -t";
|
||
|
+#$sendmail = "|/usr/sbin/sendmail -t";
|
||
|
$sendmail = "|/usr/bin/cat - > /tmp/test.out"; # This one is for
|
||
|
# testing...
|
||
|
|