aboutsummaryrefslogtreecommitdiff
path: root/security/base/files
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-06-30 17:09:58 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-06-30 17:09:58 +0000
commit5958cddd4f29deb254a1b639b33376bc1b661253 (patch)
tree50fdc1e25753f0e0e5f7b15bafc9e3c8b169c02c /security/base/files
parent95db1dc7676602ca92fb8d50ebcad7c5e7fcea76 (diff)
downloadports-5958cddd4f29deb254a1b639b33376bc1b661253.tar.gz
ports-5958cddd4f29deb254a1b639b33376bc1b661253.zip
Notes
Diffstat (limited to 'security/base/files')
-rw-r--r--security/base/files/pkg-message.in17
1 files changed, 15 insertions, 2 deletions
diff --git a/security/base/files/pkg-message.in b/security/base/files/pkg-message.in
index 2b26d42cd705..f15c1d0d9e4b 100644
--- a/security/base/files/pkg-message.in
+++ b/security/base/files/pkg-message.in
@@ -1,8 +1,21 @@
-************************************************************
+========================================================================
+
Please read the README file located at:
%%DOCSDIR%%/README
for how to configure %%PREFIX%%/www/base/base_conf.php after
installation.
-************************************************************
+
+
+To make BASE accessible through your web site, you will need to add
+the following to your Apache configuration file:
+
+ Alias /base/ "%%PREFIX%%/www/base"
+
+In order for the graphing functions to work in BASE, make sure you
+include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like:
+
+ include_path = ".:%%PREFIX%%/share/pear"
+
+========================================================================