diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 20:25:29 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 20:25:29 +0000 |
commit | 7d640680b3dc682c62f2ecbe9cd70ef1b5abac31 (patch) | |
tree | 65a1d52433e25ebc34b989fb00acab6394c6d5a6 /www-apps/metadot/files | |
parent | Stable on sparc wrt #102378 (diff) | |
download | historical-7d640680b3dc682c62f2ecbe9cd70ef1b5abac31.tar.gz historical-7d640680b3dc682c62f2ecbe9cd70ef1b5abac31.tar.bz2 historical-7d640680b3dc682c62f2ecbe9cd70ef1b5abac31.zip |
Version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/metadot/files')
-rw-r--r-- | www-apps/metadot/files/digest-metadot-6.4_p1 | 1 | ||||
-rw-r--r-- | www-apps/metadot/files/digest-metadot-6.4_p3 | 1 | ||||
-rw-r--r-- | www-apps/metadot/files/postinstall-en-6.4_p3.txt (renamed from www-apps/metadot/files/postinstall-en-6.4_p1.txt) | 2 | ||||
-rw-r--r-- | www-apps/metadot/files/reconfig-6.4_p3 (renamed from www-apps/metadot/files/reconfig-6.4_p1) | 12 |
4 files changed, 12 insertions, 4 deletions
diff --git a/www-apps/metadot/files/digest-metadot-6.4_p1 b/www-apps/metadot/files/digest-metadot-6.4_p1 deleted file mode 100644 index cd8382419a03..000000000000 --- a/www-apps/metadot/files/digest-metadot-6.4_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cc8250f478c4f34c066c5dd4c881c962 metadot6.4r1.tar.gz 4036802 diff --git a/www-apps/metadot/files/digest-metadot-6.4_p3 b/www-apps/metadot/files/digest-metadot-6.4_p3 new file mode 100644 index 000000000000..af2642050bfb --- /dev/null +++ b/www-apps/metadot/files/digest-metadot-6.4_p3 @@ -0,0 +1 @@ +MD5 1b90aad87facb272758382b2ae6fd49e metadot6.4r3.tar.gz 4036971 diff --git a/www-apps/metadot/files/postinstall-en-6.4_p1.txt b/www-apps/metadot/files/postinstall-en-6.4_p3.txt index 1a12757f234d..ee53717d4016 100644 --- a/www-apps/metadot/files/postinstall-en-6.4_p1.txt +++ b/www-apps/metadot/files/postinstall-en-6.4_p3.txt @@ -27,7 +27,7 @@ suit your needs. Read the relevant section in the docs, and be sure to specify the right paths. HINT: /home/metadot is not used, everything is in ${MY_INSTALLDIR} -5. Now go to http://${VHOST_HOSTNAME}/metadot/index.pl +5. Now go to http://${VHOST_HOSTNAME}${VHOST_APPDIR}/index.pl Hopefully everything worked. Now go read the docs and set up your Metadot, and change the default Admin password. diff --git a/www-apps/metadot/files/reconfig-6.4_p1 b/www-apps/metadot/files/reconfig-6.4_p3 index 15408e8d49ae..34f4bc6d57bf 100644 --- a/www-apps/metadot/files/reconfig-6.4_p1 +++ b/www-apps/metadot/files/reconfig-6.4_p3 @@ -1,9 +1,17 @@ #!/bin/bash + +die() { + echo "#####" + echo $1 + echo "#####" + exit 1 +} + if [ $1 = "install" ]; then - sed -e "s|/home/metadot/metadot|${MY_INSTALLDIR}|g" -i ${MY_INSTALLDIR}/etc/metadot.conf + 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 + s|VHOST|${VHOST_HOSTNAME}|" -i ${MY_SERVERCONFIGDIR}/metadot.conf || die elif [ $1 = "clean" ]; then echo $1 |