summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-08-20 22:00:21 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-08-20 22:00:21 +0000
commitea9abfcab9a483cfdd8a7b2a8379d9cd06b030e5 (patch)
treea9fbfc19fa9482c9a106cb82cb9d03170302ba9e /www-apps
parentVersion bump to 2.1.16, bindings are updated to gtk-sharp-2.x (diff)
downloadhistorical-ea9abfcab9a483cfdd8a7b2a8379d9cd06b030e5.tar.gz
historical-ea9abfcab9a483cfdd8a7b2a8379d9cd06b030e5.tar.bz2
historical-ea9abfcab9a483cfdd8a7b2a8379d9cd06b030e5.zip
Fixed postinstall instructions wrt bug #103096.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gallery/ChangeLog5
-rw-r--r--www-apps/gallery/Manifest10
-rw-r--r--www-apps/gallery/files/postinstall-en.txt8
3 files changed, 14 insertions, 9 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index ad6026557160..f326e5c3df77 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/gallery
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.20 2005/06/30 20:46:43 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.21 2005/08/20 22:00:21 rl03 Exp $
+
+ 20 Aug 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt:
+ Fixed postinstall instructions wrt bug #103096.
30 Jun 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt,
gallery-1.5.ebuild:
diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest
index cc41f68b3f0b..41326736ba55 100644
--- a/www-apps/gallery/Manifest
+++ b/www-apps/gallery/Manifest
@@ -3,15 +3,15 @@ Hash: SHA1
MD5 1e9614219c46b57870e34fb62b8f3d35 gallery-1.5.ebuild 968
MD5 b626cbd77364788a21d780de41d9120c gallery-1.4.4_p6.ebuild 1230
-MD5 95c28f165b7135b9a3b0cbd8c900648c ChangeLog 6891
+MD5 8f8f148c20ddd2877bcedf31135e6985 ChangeLog 7014
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 a8729b1e72b2703178d00a546bc8a925 files/digest-gallery-1.4.4_p6 70
-MD5 f24f8a21b5eb191ec049bef16ee16f3b files/postinstall-en.txt 349
+MD5 207e39c5d4d0f28ff8c3fd808f6e2995 files/postinstall-en.txt 429
MD5 3485f6f6f43d72b5c119d09d0db3f7ca files/digest-gallery-1.5 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCz+yUBXaUFmZvwyMRApLkAJ49zAtLVz5jxJxPKyN+NZ307MKdTgCg2Aka
-YI7cmhOjG1mzDYmIYaUAdIg=
-=B8ZB
+iD8DBQFDB6gUEzitwsaoONoRAj3EAKCUEa9U9HJFSLlE9561R724SvixwACfdWmw
+Y/KE2E7fAo/D8lmwjLNApT8=
+=/e5v
-----END PGP SIGNATURE-----
diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt
index 8fd6570365e7..7212cf3acfc8 100644
--- a/www-apps/gallery/files/postinstall-en.txt
+++ b/www-apps/gallery/files/postinstall-en.txt
@@ -1,7 +1,9 @@
For new installations:
touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
- mkdir ${MY_INSTALLDIR}/albums
- chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php ${MY_INSTALLDIR}/albums
+ chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
-Then point your browser to http://${VHOST_HOSTNAME}/gallery/setup/
+Then create an albums directory and set permissions, e.g.,
+ chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} my_albums_directory
+
+Now, point your browser to http://${VHOST_HOSTNAME}${VHOST_APPDIR}/setup/
and follow the instructions.