summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-07-07 20:55:12 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-07-07 20:55:12 +0000
commit04c8c936a51fd3d2e52393320dbc907ea73e98ad (patch)
tree9ded6298f804ff49fa0aff4522205192cc9499d5 /www-apps/polarblog/files
parentStable on amd64. (diff)
downloadgentoo-2-04c8c936a51fd3d2e52393320dbc907ea73e98ad.tar.gz
gentoo-2-04c8c936a51fd3d2e52393320dbc907ea73e98ad.tar.bz2
gentoo-2-04c8c936a51fd3d2e52393320dbc907ea73e98ad.zip
Version bump (#80407), cleaning old versions.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/polarblog/files')
-rw-r--r--www-apps/polarblog/files/digest-polarblog-1.021
-rw-r--r--www-apps/polarblog/files/digest-polarblog-1.521
-rw-r--r--www-apps/polarblog/files/postinstall-en.txt2
-rw-r--r--www-apps/polarblog/files/reconfig4
4 files changed, 3 insertions, 5 deletions
diff --git a/www-apps/polarblog/files/digest-polarblog-1.02 b/www-apps/polarblog/files/digest-polarblog-1.02
deleted file mode 100644
index 0f01c1f87e41..000000000000
--- a/www-apps/polarblog/files/digest-polarblog-1.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1fd9cb6bc07f057699455f21a86f0540 pb_v102.tgz 88720
diff --git a/www-apps/polarblog/files/digest-polarblog-1.52 b/www-apps/polarblog/files/digest-polarblog-1.52
new file mode 100644
index 000000000000..14e35ed97969
--- /dev/null
+++ b/www-apps/polarblog/files/digest-polarblog-1.52
@@ -0,0 +1 @@
+MD5 c7fadcf162a319bf7e0329e55a88592b pb_v152.tgz 141064
diff --git a/www-apps/polarblog/files/postinstall-en.txt b/www-apps/polarblog/files/postinstall-en.txt
index 8d3aaec4ba5c..561da8283b84 100644
--- a/www-apps/polarblog/files/postinstall-en.txt
+++ b/www-apps/polarblog/files/postinstall-en.txt
@@ -6,7 +6,7 @@ cp ${MY_INSTALLDIR}/config/config.php.dist ${MY_INSTALLDIR}/config/config.php
and edit them. As a minimum, set LIB_PATH, DB_PREFIX, DB_HOST, DB_NAME,
DB_USER, DB_PASSWORD, CSS.
-Then go to http://${VHOST_HOSTNAME}/polarblog/install.php to finish the installation.
+Then go to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php to finish the installation.
Don't forget to delete ${MY_INSTALLDIR}/install.php when you are done.
Read the docs at http://polarblog.polarlava.com/docs/
diff --git a/www-apps/polarblog/files/reconfig b/www-apps/polarblog/files/reconfig
index b7a2f6583eb4..c2353c2cb58d 100644
--- a/www-apps/polarblog/files/reconfig
+++ b/www-apps/polarblog/files/reconfig
@@ -1,6 +1,4 @@
#!/bin/bash
-if [ $1 = "start" -o $1 = "install" ]; then
- # enable RSS
- chmod 777 ${MY_INSTALLDIR}
+if [ $1 = "install" ]; then
sed -e "s|/your/path/to/public_html/polarblog|${MY_INSTALLDIR}|" -i ${MY_INSTALLDIR}/config/config.php.dist
fi