aboutsummaryrefslogtreecommitdiffstats
path: root/www/gallery2
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-03 11:25:25 +0800
committeredwin <edwin@FreeBSD.org>2005-12-03 11:25:25 +0800
commitf284472e39a321b1f78d606cd93de7d501ab3728 (patch)
tree7483a1e4127bf3efdf73ae9c62a1f6867f8e25fc /www/gallery2
parent8430ecf2434aba16f51c8a38f2b9c02d85d7c967 (diff)
downloadfreebsd-ports-gnome-f284472e39a321b1f78d606cd93de7d501ab3728.tar.gz
freebsd-ports-gnome-f284472e39a321b1f78d606cd93de7d501ab3728.tar.zst
freebsd-ports-gnome-f284472e39a321b1f78d606cd93de7d501ab3728.zip
Wrong dir in pkg-message
The wrong gallerydir is echoed in pkg-message (obviously a copy from gallery 1) PR: ports/89867 Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org>
Diffstat (limited to 'www/gallery2')
-rw-r--r--www/gallery2/pkg-message4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery2/pkg-message b/www/gallery2/pkg-message
index 4cbd916dd98f..7889aab1ae31 100644
--- a/www/gallery2/pkg-message
+++ b/www/gallery2/pkg-message
@@ -16,12 +16,12 @@ If you are using MySQL, here's the short version of the instructions:
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
- <Directory %%PREFIX%%/%%GALLERYDIR%%>
+ <Directory %%PREFIX%%/%%GALLERY2DIR%%>
AllowOverride Options FileInfo
</Directory>
Then restart Apache: 'apachectl graceful'
-Please visit 'http://{host.domain}/%%GALLERYDIR%%/' in a
+Please visit 'http://{host.domain}/%%GALLERY2DIR%%/' in a
web-browser and follow the configuration instructions.
*****************************************************************