mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
70de273d7f
- Change the way that the /usr/lib/sendmail -> /usr/sbin/sendmail patches are stored to make future upgrades of the port easier. - Change the way that the links in the install dirs were being set up.
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...
|
|
|