diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-03 03:25:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-03 03:25:25 +0000 |
commit | 7b8c2bbf810301c1796611e409e50ac3678ee6d0 (patch) | |
tree | 087d45818a49a6869a2224ec30c943555c72a6ce | |
parent | Update to 2005-11-30 snapshot. (diff) |
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>
-rw-r--r-- | www/gallery2/pkg-message | 4 | ||||
-rw-r--r-- | www/gallery3/pkg-message | 4 |
2 files changed, 4 insertions, 4 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. ***************************************************************** diff --git a/www/gallery3/pkg-message b/www/gallery3/pkg-message index 4cbd916dd98f..7889aab1ae31 100644 --- a/www/gallery3/pkg-message +++ b/www/gallery3/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. ***************************************************************** |