diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-05-10 09:54:03 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-05-10 09:54:03 +0000 |
commit | 1cd8250a01a9fc01ea1726903225fd75b7d58499 (patch) | |
tree | f0a7d0ea92d72bad2434dd8246c9ee7d5601dc85 /www/phpbb/files | |
parent | 11e6c088141eab75b9e71ea228cd2af7de20046e (diff) |
Notes
Diffstat (limited to 'www/phpbb/files')
-rw-r--r-- | www/phpbb/files/pkg-opts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/phpbb/files/pkg-opts b/www/phpbb/files/pkg-opts new file mode 100644 index 000000000000..c3a754a8b0e8 --- /dev/null +++ b/www/phpbb/files/pkg-opts @@ -0,0 +1,12 @@ +# Variable|Default value|Short description +# Multi-line/long description (optional). +# Multi-line/long description lines must start with whitespace! +# +WWWDOCROOT|www/data|The DocumentRoot of your webserver under ${LOCALBASE} +PHPBBURL|phpBB2|The base URL of phpBB2 on your webserver + phpBB2 will be installed under ${LOCALBASE}/${WWWDOCROOT}/${PHPBBURL}, + and will be visible as http://localhost/${PHPBBURL}/ +WWWOWN|www|The user ID under which your webserver executes + It is recommended that you do not change this option. +WWWGRP|www|The group ID under which your webserver executes + It is recommended that you do not change this option. |