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 | 37c6a0da0244060a71a2366e1e45926dc164798a (patch) | |
tree | c614cb304945e4a706a21e4d79ecd46e9d37162f /www-apps/metadot/files | |
parent | Now uses xml-commons instead of xerces. (diff) | |
download | historical-37c6a0da0244060a71a2366e1e45926dc164798a.tar.gz historical-37c6a0da0244060a71a2366e1e45926dc164798a.tar.bz2 historical-37c6a0da0244060a71a2366e1e45926dc164798a.zip |
Fixes for w-c-1.50
Package-Manager: portage-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 |