summaryrefslogtreecommitdiff
path: root/dns/poweradmin/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-24 14:04:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-24 14:04:36 +0000
commit47649f7033a40f88bdbb902b00bb10fde1c82e2a (patch)
treec9128f0ea50cfa1c45671f3e7a79326f4cf05185 /dns/poweradmin/files
parent- bsd.efl.mk is now in ports/Mk (diff)
- WWWDIR is now defined in bsd.ports.mk
PR: ports/105529 Submitted by: laszlof
Notes
Notes: svn path=/head/; revision=188173
Diffstat (limited to 'dns/poweradmin/files')
-rw-r--r--dns/poweradmin/files/pkg-message.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/poweradmin/files/pkg-message.in b/dns/poweradmin/files/pkg-message.in
index 1a37ef65aa18..6136b8b3d63e 100644
--- a/dns/poweradmin/files/pkg-message.in
+++ b/dns/poweradmin/files/pkg-message.in
@@ -1,9 +1,9 @@
*******************************************************************************
-A sample config file is located in %%INSTALLDIR%%/inc/config.inc.php.sample
+A sample config file is located in %%WWWDIR%%/inc/config.inc.php.sample
You now need to add an alias to apache's httpd.conf pointing to
-${INSTALLDIR} in order to access PowerAdmin from your web brower,
+%%WWWDIR%% in order to access PowerAdmin from your web brower,
or create a VirtualHost with DocumentRoot set to that directory.
- Alias /poweradmin/ %%INSTALLDIR%%/
+ Alias /poweradmin/ %%WWWDIR%%/
or
- DocumentRoot %%INSTALLDIR%%/
+ DocumentRoot %%WWWDIR%%/
*******************************************************************************