diff options
author | Anders Nordby <anders@FreeBSD.org> | 2001-11-12 02:09:15 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2001-11-12 02:09:15 +0000 |
commit | 4417a778f41170679f5eabb971094cd5c89b7c76 (patch) | |
tree | c4c4e9b17b0e623bab337e7fbe60fb5360587590 /www/mod_sqlinclude/files/patch-mod_sqlinclude.c | |
parent | upgrade to 1.2 (diff) |
Add mod_sqlinclude, an Apache module implementing config inclusion from MySQL
databases.
PR: 31296
Submitted by: Anders Nordby <anders@fix.no>
Approved by: will
Notes
Notes:
svn path=/head/; revision=49952
Diffstat (limited to 'www/mod_sqlinclude/files/patch-mod_sqlinclude.c')
-rw-r--r-- | www/mod_sqlinclude/files/patch-mod_sqlinclude.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_sqlinclude/files/patch-mod_sqlinclude.c b/www/mod_sqlinclude/files/patch-mod_sqlinclude.c new file mode 100644 index 000000000000..f48b0f8e09ad --- /dev/null +++ b/www/mod_sqlinclude/files/patch-mod_sqlinclude.c @@ -0,0 +1,11 @@ +--- mod_sqlinclude.c.orig Thu Oct 25 17:09:46 2001 ++++ mod_sqlinclude.c Thu Oct 25 17:10:00 2001 +@@ -376,7 +376,7 @@ + { "SQL_SQLPassword", cmd_sqli_sqlpassword, NULL, RSRC_CONF, TAKE1, + "the MySQL password for SQLI_User. No default" }, + { "SQL_SQLDB", cmd_sqli_sqldb, NULL, RSRC_CONF, TAKE1, +- "the MySQL database the module shall use. Default 'sqlinclude' }, ++ "the MySQL database the module shall use. Default 'sqlinclude'" }, + + { "SQL_Include", cmd_sqli_include, NULL, RSRC_CONF, TAKE1, + "valid SQL query. Data returned in 1st column will be passed to Apache" }, |