diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-03-07 00:32:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-03-07 00:32:00 +0000 |
commit | 5fab0552fcfc94516f944e25f2ed52534fb9b1e7 (patch) | |
tree | d5e54392068fd16e414ecd113f102d93ffee0564 /ftp/proftpd/files/patch-be | |
parent | Update to 20010306 (and synch with changes in news/inn/Makefile) (diff) |
Update to 1.2.1
* Update master sites
* Use bzip2 distfiles instead of gzip
* Add WITHOUT_PAM support.
* Add the quota and wrap (TCP Wrappers support) modules.
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=39157
Diffstat (limited to 'ftp/proftpd/files/patch-be')
-rw-r--r-- | ftp/proftpd/files/patch-be | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ftp/proftpd/files/patch-be b/ftp/proftpd/files/patch-be deleted file mode 100644 index 7a6578032734..000000000000 --- a/ftp/proftpd/files/patch-be +++ /dev/null @@ -1,21 +0,0 @@ ---- contrib/mod_mysql.c.old Sun Feb 11 20:19:00 2001 -+++ contrib/mod_mysql.c Sun Feb 11 20:21:29 2001 -@@ -100,6 +100,9 @@ - mysql_get_client_info (), mysql_get_server_info (mysqldb), - g.sql_user, g.sql_host); - -+ if (mysqldb) -+ mysql_select_db (mysqldb, g.sql_dbname); -+ - return HANDLED (cmd); - } - -@@ -115,7 +118,7 @@ - - /* This forces a quick ping of the remote server, so we know if its there. */ - if (mysqldb) -- mysql_select_db (mysqldb, g.sql_dbname); -+ mysql_ping( mysqldb ); - - if (!mysqldb - || ((error = mysql_query (mysqldb, query)) |