diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-12-04 22:50:24 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-12-04 22:50:24 +0000 |
commit | 0843884e1b809a6842b87ed599f98e8a940660b4 (patch) | |
tree | 989eeb937fef9b71a9b521e316ab61dc86899b10 /www-apps/metadot/files | |
parent | Now uses xml-commons instead of xerces. (diff) | |
download | gentoo-2-0843884e1b809a6842b87ed599f98e8a940660b4.tar.gz gentoo-2-0843884e1b809a6842b87ed599f98e8a940660b4.tar.bz2 gentoo-2-0843884e1b809a6842b87ed599f98e8a940660b4.zip |
Fixes for w-c-1.50
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/metadot/files')
-rw-r--r-- | www-apps/metadot/files/postinstall-en-6.4_p3.txt | 4 | ||||
-rw-r--r-- | www-apps/metadot/files/reconfig-6.4_p3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/metadot/files/postinstall-en-6.4_p3.txt b/www-apps/metadot/files/postinstall-en-6.4_p3.txt index 23a9ea0ae244..9888bd3509e1 100644 --- a/www-apps/metadot/files/postinstall-en-6.4_p3.txt +++ b/www-apps/metadot/files/postinstall-en-6.4_p3.txt @@ -19,8 +19,8 @@ Set your database password from step 1. Read the online docs! Especially if you want to use virtual servers. 3. Configure Apache: -The ebuild installed an Apache configfile into ${MY_SERVERCONFIGDIR}. -Copy it into /etc/{apache,apache2}/vhosts.d directory and edit it to +The ebuild installed an Apache configfile: ${VHOST_ROOT}/${PN}.conf +Copy it into /etc/{apache,apache2}/vhosts.d and edit it to suit your needs. 4. Configure cronjobs. diff --git a/www-apps/metadot/files/reconfig-6.4_p3 b/www-apps/metadot/files/reconfig-6.4_p3 index 34f4bc6d57bf..f37752ba4a94 100644 --- a/www-apps/metadot/files/reconfig-6.4_p3 +++ b/www-apps/metadot/files/reconfig-6.4_p3 @@ -11,8 +11,8 @@ if [ $1 = "install" ]; then sed -e "s|/home/metadot/metadot|${MY_INSTALLDIR}|g" -i ${MY_INSTALLDIR}/etc/metadot.conf || die # fix Apache configs sed -e "s|ROOTDIR|${MY_INSTALLDIR}|g - s|VHOST|${VHOST_HOSTNAME}|" -i ${MY_SERVERCONFIGDIR}/metadot.conf || die - + s|VHOST|${VHOST_HOSTNAME}|" -i ${VHOST_ROOT}/metadot.conf || die + elif [ $1 = "clean" ]; then echo $1 fi |