diff options
author | snj <snj> | 2004-02-14 00:06:05 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-14 00:06:05 +0000 |
commit | edbd6305e07431873ae52db2542c0510f4b31c82 (patch) | |
tree | 75153be9b525550d9cbdc94cdd19babe082d7de6 | |
parent | 75015322591cf0a823740402b24cd7858f51bc7b (diff) | |
download | pkgsrc-edbd6305e07431873ae52db2542c0510f4b31c82.tar.gz |
s/independant/independent/
-rw-r--r-- | www/p5-Apache-DBILogConfig/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Apache-DBILogger/DESCR | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-DBILogConfig/DESCR b/www/p5-Apache-DBILogConfig/DESCR index 1187c8febcf..72745d14a80 100644 --- a/www/p5-Apache-DBILogConfig/DESCR +++ b/www/p5-Apache-DBILogConfig/DESCR @@ -1,7 +1,7 @@ DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent -database interface independant of the actual database being used. +database interface independent of the actual database being used. The Apache-DBI-LogConfig module redirects the apache logs into a database table. diff --git a/www/p5-Apache-DBILogger/DESCR b/www/p5-Apache-DBILogger/DESCR index 4cc5af2d8ee..29a0ee13103 100644 --- a/www/p5-Apache-DBILogger/DESCR +++ b/www/p5-Apache-DBILogger/DESCR @@ -1,7 +1,7 @@ DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent -database interface independant of the actual database being used. +database interface independent of the actual database being used. With this module you can now have your httpd (apache) logs redirected into a database table for future querying. |