diff options
author | clement <clement@FreeBSD.org> | 2004-05-17 18:17:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-17 18:17:42 +0800 |
commit | c583b029b81ddc9067d2f8a1dc3c4bd284e569a3 (patch) | |
tree | 1c7ea38ae50c3d772450eaaa9c09d4a2f7540e7f /www/Makefile | |
parent | 0c002c53811d23b813f1a33379f40f277ee4b464 (diff) | |
download | freebsd-ports-gnome-c583b029b81ddc9067d2f8a1dc3c4bd284e569a3.tar.gz freebsd-ports-gnome-c583b029b81ddc9067d2f8a1dc3c4bd284e569a3.tar.zst freebsd-ports-gnome-c583b029b81ddc9067d2f8a1dc3c4bd284e569a3.zip |
- fix mispelled directory. so re-add mod_log_config-st
Add mod_log_config-st 1.0.
mod_log_config-st is a patched version of mod_log_config by Sonke
Tesch. It's fully backward-compatible and it adds logic to give
other log writers a more detailed view of the data to be logged.
WWW: http://bitbrook.de/software/mod_log_mysql/
Noticed by: roberto
Pointy hat to: clement
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index f0183359edbc..0da809ebfc73 100644 --- a/www/Makefile +++ b/www/Makefile @@ -254,7 +254,7 @@ SUBDIR += mod_layout2 SUBDIR += mod_limitipconn SUBDIR += mod_limitipconn2 - SUBDIR += mod_log_congif-st + SUBDIR += mod_log_config-st SUBDIR += mod_log_data SUBDIR += mod_log_mysql SUBDIR += mod_log_sql |