summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/pkg-message.in
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-11 23:51:12 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-11 23:51:12 +0000
commit4992047d947fd9bb8fd29da2fb45a6a0b258c990 (patch)
tree2df3c4e2d4512a4a4cd3a98b6983ff5adf978aab /net/phpldapadmin/files/pkg-message.in
parentUnbreak and fix build. (diff)
Update to 0.9.7.2
PR: ports/90251 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'net/phpldapadmin/files/pkg-message.in')
-rw-r--r--net/phpldapadmin/files/pkg-message.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/pkg-message.in b/net/phpldapadmin/files/pkg-message.in
new file mode 100644
index 000000000000..365faf3c5f9f
--- /dev/null
+++ b/net/phpldapadmin/files/pkg-message.in
@@ -0,0 +1,24 @@
+
+%%PKGNAME%% has been installed into:
+
+ %%PREFIX%%/%%PLADIR%%
+
+Please edit config.php to suit your needs.
+
+To make phpLDAPadmin available through your web site,
+I suggest that you add the following to httpd.conf:
+
+ Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs"
+
+Please note: if you are upgrading from version 0.9.7 or earlier, the
+layout of the %%PKGNAME%% files has been completely reworked. You
+will need to modify your apache configuration and merge the settings
+from your original configuration file:
+
+ %%PREFIX%%/%%PLADIR%%/config.php
+
+ to
+
+ %%PREFIX%%/%%PLADIR%%/config/config.php
+
+