Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210359 - FEATURE REQUEST: proftpd 1.3.1_rc2-r3 + mod_sql & mod_sql_postgres
Summary: FEATURE REQUEST: proftpd 1.3.1_rc2-r3 + mod_sql & mod_sql_postgres
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 210361 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-16 12:42 UTC by tla
Modified: 2008-02-16 12:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tla 2008-02-16 12:42:16 UTC
Portage build of proftpd 1.3.1_rc2-r3 supports mysql but not postgresql.  I want to use postgresql as I dont have mysql installed and prefer postgresql.  This web page describes how this can be achieved: http://www.howtoforge.com/proftpd_postgresql_auth_logging


Reproducible: Always

Steps to Reproduce:
1. Feature request, not a bug.  See Description.
2.
3.

Actual Results:  
Feature request, not a bug.  See Description.

Expected Results:  
Feature request, not a bug.  See Description.

Feature request, not a bug.  See Description.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-16 12:47:01 UTC
*** Bug 210361 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-16 12:49:52 UTC
I really don't understand this request; the feature is already there.

<snip>
if use mysql ; then
        modules="${modules}:mod_sql:mod_sql_mysql"
        myconf="${myconf} --with-includes=/usr/include/mysql"
elif use postgres ; then
        modules="${modules}:mod_sql:mod_sql_postgres"
        myconf="${myconf} --with-includes=/usr/include/postgresql"
fi
</snip>