diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-09-10 20:58:28 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-09-10 20:58:28 +0000 |
commit | d2e1ba77b54316b75dfff2ab839b8d88574b71e2 (patch) | |
tree | 7de8b63e073d2918703886483c5bb194258757c1 /www/mod_log_sql2/files/pkg-message.in | |
parent | Allow staging as a regular user (diff) |
- allow build with apache22/24
- add pkg-message
- remove install message from Makefile
- remove apache13 fix
- add sample module config file instead using apxs to
install the LoadModule lines into httpd.conf
- install module file into APACHEETCDIR/modules.d
Special Thanks to Simon Wright for testing the port!
Notes
Notes:
svn path=/head/; revision=367890
Diffstat (limited to 'www/mod_log_sql2/files/pkg-message.in')
-rw-r--r-- | www/mod_log_sql2/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_log_sql2/files/pkg-message.in b/www/mod_log_sql2/files/pkg-message.in new file mode 100644 index 000000000000..ceb3aeb29219 --- /dev/null +++ b/www/mod_log_sql2/files/pkg-message.in @@ -0,0 +1,6 @@ +============================================================ +* The mod_log_sql modules have been installed. +* +* The module config file was installed as +* %%PREFIX%%/%%APACHEETCDIR%%/modules.d/%%APMODCFG%% +============================================================ |