diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-19 15:37:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-19 15:37:25 +0000 |
commit | 2f5e71a45eaf1c5b388da898c9ee88bb47ba83b6 (patch) | |
tree | 51486fd759aafcf42185c0dc4a56339c4ad8fa25 /security/pfw/files | |
parent | Try using a full path for the pyuic invocation in post-patch. (diff) |
- Update to 0.6
PR: ports/80063
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
Diffstat (limited to 'security/pfw/files')
-rw-r--r-- | security/pfw/files/pkg-message.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pfw/files/pkg-message.in b/security/pfw/files/pkg-message.in index 98b033610503..2f03fd25506b 100644 --- a/security/pfw/files/pkg-message.in +++ b/security/pfw/files/pkg-message.in @@ -15,7 +15,13 @@ don't do anything nasty before doing this :-) http://httpd.apache.org/docs/howto/auth.html and add authentication accordingly. -If you want to use pfw to update a remote pfw, please read the +4) Add the following line to your httpd.conf: + +Alias /pfw/ "%%PFW_PREFIX%%/web/" + +Restart apache and access pfw as http://localhost/pfw/ + +5) If you want to use pfw to update a remote pfw, please read the documentation in %%PFW_PREFIX%%/bin/pfwctlwrapper.sh.remote. That's it. Pfw is now installed and ready to be used. |