diff options
author | 2005-01-29 07:35:35 +0000 | |
---|---|---|
committer | 2005-01-29 07:35:35 +0000 | |
commit | f97ea7c752d9f46998ec112b8112b98119f8efa1 (patch) | |
tree | dc61e70cc5df9520cd653f67b360ecb76ca3b432 /www-apache/mod_chroot/files | |
parent | added mod_chroot-0.4 (diff) | |
download | historical-f97ea7c752d9f46998ec112b8112b98119f8efa1.tar.gz historical-f97ea7c752d9f46998ec112b8112b98119f8efa1.tar.bz2 historical-f97ea7c752d9f46998ec112b8112b98119f8efa1.zip |
Version bump. uses new apache-module eclass
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'www-apache/mod_chroot/files')
-rw-r--r-- | www-apache/mod_chroot/files/15_mod_chroot.conf | 10 | ||||
-rw-r--r-- | www-apache/mod_chroot/files/digest-mod_chroot-0.4 | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-apache/mod_chroot/files/15_mod_chroot.conf b/www-apache/mod_chroot/files/15_mod_chroot.conf index 42551be9e147..8294bf759f82 100644 --- a/www-apache/mod_chroot/files/15_mod_chroot.conf +++ b/www-apache/mod_chroot/files/15_mod_chroot.conf @@ -1,4 +1,6 @@ -<IfModule mod_chroot.c> - # change this to the web root - ChrootDir /var/www -</IfModule> +<IfDefine CHROOT> + <IfModule mod_chroot.c> + # change this to the web root + ChrootDir /var/www + </IfModule> +</IfDefine> diff --git a/www-apache/mod_chroot/files/digest-mod_chroot-0.4 b/www-apache/mod_chroot/files/digest-mod_chroot-0.4 new file mode 100644 index 000000000000..815a8010a86c --- /dev/null +++ b/www-apache/mod_chroot/files/digest-mod_chroot-0.4 @@ -0,0 +1 @@ +MD5 abd2c8209b61b2a2fecdf10a61051060 mod_chroot-0.4.tar.gz 14661 |