summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-08-22 23:26:34 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-08-22 23:26:34 +0000
commit83365dca89355de4cd0c253f1c770ae9247554d2 (patch)
treea5f9eff21b9175fc82a7bde05912f607c443ff5d /www-apps/viewcvs/files/postinstall-en.txt
parentarm love (diff)
downloadgentoo-2-83365dca89355de4cd0c253f1c770ae9247554d2.tar.gz
gentoo-2-83365dca89355de4cd0c253f1c770ae9247554d2.tar.bz2
gentoo-2-83365dca89355de4cd0c253f1c770ae9247554d2.zip
Version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/viewcvs/files/postinstall-en.txt')
-rw-r--r--www-apps/viewcvs/files/postinstall-en.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/viewcvs/files/postinstall-en.txt b/www-apps/viewcvs/files/postinstall-en.txt
index 9c29f1481854..9f447dc1b428 100644
--- a/www-apps/viewcvs/files/postinstall-en.txt
+++ b/www-apps/viewcvs/files/postinstall-en.txt
@@ -1,9 +1,9 @@
If you are using Apache, consider adding something like this to your
apache.conf:
-ScriptAlias /viewcvs /var/www/${VHOST_ROOT}/cgi-bin/viewcvs/viewcvs.cgi
-ScriptAlias /cvsquery /var/www/${VHOST_ROOT}/cgi-bin/viewcvs/cvsquery.cgi
+ScriptAlias /viewcvs ${VHOST_CGIBINDIR}/${PN}/viewcvs.cgi
+ScriptAlias /cvsquery ${VHOST_CGIBINDIR}/${PN}/cvsquery.cgi
-Before using viewcvs, be sure to configure it properly.
+Before using viewcvs, be sure to configure it properly.
Edit ${VHOST_ROOT}/${PN}/viewcvs.conf and ${VHOST_ROOT}/${PN}/cvsgraph.conf to
suit your needs.