1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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>
This commit is contained in:
Edwin Groothuis 2005-12-03 03:25:25 +00:00
parent 53d4bbec5b
commit 7b8c2bbf81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150278
2 changed files with 4 additions and 4 deletions

View File

@ -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.
*****************************************************************

View File

@ -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.
*****************************************************************