wok rev 6416
squirrelmail-html_mail: typo in apache conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 26 09:30:21 2010 +0200 (2010-09-26) |
parents | e631421c043c |
children | 91efab18a2ab |
files | squirrelmail-html_mail/receipt |
line diff
1.1 --- a/squirrelmail-html_mail/receipt Sat Sep 25 23:58:17 2010 +0200 1.2 +++ b/squirrelmail-html_mail/receipt Sun Sep 26 09:30:21 2010 +0200 1.3 @@ -23,8 +23,7 @@ 1.4 ln -s /etc/squirrelmail/config-$SOURCE.php \ 1.5 $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php 1.6 cat > $fs/etc/apache/conf.d/$SOURCE <<EOT 1.7 -<Directory /usr/share/squirrelmail/plugins/html_mail/htmlarea/plugins/SpellChecker 1.8 -> 1.9 +<Directory /usr/share/squirrelmail/plugins/html_mail/htmlarea/plugins/SpellChecker> 1.10 Options +ExecCGI 1.11 AddHandler cgi-script cgi 1.12 </Directory>