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 /www/gallery2 | |
parent | 53d4bbec5b7cd0e79c925fa552901a710de6f099 (diff) | |
download | ports-7b8c2bbf810301c1796611e409e50ac3678ee6d0.tar.gz ports-7b8c2bbf810301c1796611e409e50ac3678ee6d0.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>
Notes
Notes:
svn path=/head/; revision=150278
Diffstat (limited to 'www/gallery2')
-rw-r--r-- | www/gallery2/pkg-message | 4 |
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. ***************************************************************** |