summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2005-06-24 10:12:57 +0000
committerChristian Parpart <trapni@gentoo.org>2005-06-24 10:12:57 +0000
commit03ff9086ef5818c3b9359998d1c85a55b06c10fd (patch)
tree5581074dc3af2c67b5e83495cfa4d702ab2caabd /www-apps/moinmoin/files
parentfirst public version (diff)
downloadhistorical-03ff9086ef5818c3b9359998d1c85a55b06c10fd.tar.gz
historical-03ff9086ef5818c3b9359998d1c85a55b06c10fd.tar.bz2
historical-03ff9086ef5818c3b9359998d1c85a55b06c10fd.zip
little typofix in postinst-en.txt
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-apps/moinmoin/files')
-rw-r--r--www-apps/moinmoin/files/postinstall-en.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/moinmoin/files/postinstall-en.txt b/www-apps/moinmoin/files/postinstall-en.txt
index 5d1380a7f4ab..4fa7ca85bd2f 100644
--- a/www-apps/moinmoin/files/postinstall-en.txt
+++ b/www-apps/moinmoin/files/postinstall-en.txt
@@ -4,7 +4,7 @@ You are almost done!
1. ExecCGI needs to be enabled in your Moinmoin directory. You con do this by
simply
# echo "Options ExecCGI" > ${MY_INSTALLDIR}/.htaccess
-# echo "AddHandler cgi-script .cgi" > ${MY_INSTALLDIR}/.htaccess
+# echo "AddHandler cgi-script .cgi" >> ${MY_INSTALLDIR}/.htaccess
2. Add the following lines to your Apache configs:
Alias /wiki "${MY_INSTALLDIR}"