summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2004-08-19 18:04:26 +0000
committerRenat Lumpau <rl03@gentoo.org>2004-08-19 18:04:26 +0000
commit55053549f474dd201ffcd614086ab6f5978e0556 (patch)
treebcc83f4a1790308ca73a91fde193e6c847940139 /www-apps
parent3.3.0 final (Manifest recommit) (diff)
downloadgentoo-2-55053549f474dd201ffcd614086ab6f5978e0556.tar.gz
gentoo-2-55053549f474dd201ffcd614086ab6f5978e0556.tar.bz2
gentoo-2-55053549f474dd201ffcd614086ab6f5978e0556.zip
Added missing postinstall instructions
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gallery/Manifest1
-rw-r--r--www-apps/gallery/files/postinstall-en.txt7
2 files changed, 8 insertions, 0 deletions
diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest
index 366c03c36f9d..0ecb08f9b15c 100644
--- a/www-apps/gallery/Manifest
+++ b/www-apps/gallery/Manifest
@@ -11,6 +11,7 @@ MD5 763f3e84ab504c5f79b9bc2feaae0083 files/digest-gallery-1.4.4-r1 66
MD5 d4812c8c0c1fad4c00cda3e8ad7bbe8a files/digest-gallery-1.4.1_p1 69
MD5 78950371f06d5607461f8f3feb91ecc7 files/digest-gallery-1.4.3_p1 70
MD5 0b10bc559288d96d6521d6e48339e3b1 files/digest-gallery-1.4.3_p2 70
+MD5 1a10c9a2ede35b5bfcfcedc4d90373e3 files/postinstall-en.txt 287
MD5 6e417c5e80b9a99378aa31cc926ea9d1 files/vuln-20040817.diff 461
MD5 44bf6fed00843f0654d7cfcb988beb36 files/digest-gallery-1.4.2 66
MD5 4aa62ed7c1c8cd620528145cfc3a09c2 files/digest-gallery-1.4.3 66
diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt
new file mode 100644
index 000000000000..164cd3b705d8
--- /dev/null
+++ b/www-apps/gallery/files/postinstall-en.txt
@@ -0,0 +1,7 @@
+For new installations:
+- touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
+and
+chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
+
+Then point your browser to http://yourhost/gallery/setup/
+and follow the instructions.