diff options
author | jwise <jwise> | 2000-12-27 23:04:27 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-12-27 23:04:27 +0000 |
commit | 3b8e365480fb06efac73625df714a3e129d9d1cd (patch) | |
tree | ddc50e02a4069e4159ad76c6dae5da995c43406f /www/ap-dtcl/patches | |
parent | e1c8b974fd8871e2d17f04fef68d50737b3f225a (diff) | |
download | pkgsrc-3b8e365480fb06efac73625df714a3e129d9d1cd.tar.gz |
Update ap-dtcl to version 0.8.12. Changes since version 0.8.1 (the last
pkgsrc version) include:
* Various cookie fixes.
* New build system.
* Code to deal with before/after scripts.
* Rewrite of Apache directives.
In addition, mod_dtcl is now a project of the Apache Software Foundation.
See http://tcl.apache.org/ for details.
Diffstat (limited to 'www/ap-dtcl/patches')
-rw-r--r-- | www/ap-dtcl/patches/patch-aa | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/ap-dtcl/patches/patch-aa b/www/ap-dtcl/patches/patch-aa deleted file mode 100644 index ca9b17a6bd5..00000000000 --- a/www/ap-dtcl/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.1 1999/11/12 20:05:19 jwise Exp $ ---- dtcl.tcl.orig Fri Nov 12 14:58:55 1999 -+++ dtcl.tcl Fri Nov 12 14:59:13 1999 -@@ -1360,8 +1360,8 @@ - - flush $_cgi(mailfid) - -- if {[file executable /usr/lib/sendmail]} { -- exec /usr/lib/sendmail -t -odb < $_cgi(mailfile) -+ if {[file executable /usr/sbin/sendmail]} { -+ exec /usr/sbin/sendmail -t -odb < $_cgi(mailfile) - # Explanation: - # -t means: pick up recipient from body - # -odb means: deliver in background |