diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 17:22:51 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 17:22:51 +0000 |
commit | 38e24230bd280fd0f893e2ea55fe19b185bcc872 (patch) | |
tree | d88e0d29c16cbc2627718017ef2592e45d598f2d /www-apache/mod_tcl/files | |
parent | Fixed deps (Manifest recommit) (diff) | |
download | gentoo-2-38e24230bd280fd0f893e2ea55fe19b185bcc872.tar.gz gentoo-2-38e24230bd280fd0f893e2ea55fe19b185bcc872.tar.bz2 gentoo-2-38e24230bd280fd0f893e2ea55fe19b185bcc872.zip |
Moved from net-www/mod_tcl to www-apache/mod_tcl.
Diffstat (limited to 'www-apache/mod_tcl/files')
-rw-r--r-- | www-apache/mod_tcl/files/27_mod_tcl.conf | 12 | ||||
-rw-r--r-- | www-apache/mod_tcl/files/digest-mod_tcl-1.0 | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/www-apache/mod_tcl/files/27_mod_tcl.conf b/www-apache/mod_tcl/files/27_mod_tcl.conf new file mode 100644 index 000000000000..fe25a22f0f09 --- /dev/null +++ b/www-apache/mod_tcl/files/27_mod_tcl.conf @@ -0,0 +1,12 @@ +<IfDefine TCL> + <IfModule !mod_tcl.c> + LoadModule tcl_module extramodules/mod_tcl.so + </IfModule> +</IfDefine> + +<IfModule mod_tcl.c> + +# See http://tcl.apache.org/mod_tcl/ for now :/ + +</IfModule> + diff --git a/www-apache/mod_tcl/files/digest-mod_tcl-1.0 b/www-apache/mod_tcl/files/digest-mod_tcl-1.0 new file mode 100644 index 000000000000..84e97909dea1 --- /dev/null +++ b/www-apache/mod_tcl/files/digest-mod_tcl-1.0 @@ -0,0 +1 @@ +MD5 7ccd4ae97417baec0e0b7ec8c981ac32 mod_tcl-1.0.tar.bz2 18741 |