Gentoo Archives: gentoo-commits

From: "Stefaan De Roeck (stefaan)" <stefaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd/files: proftpd-1.3.1_rc3-mod_mysql.patch
Date: Sun, 23 Sep 2007 10:20:05
Message-Id: E1IZORO-0003cm-3s@stork.gentoo.org
1 stefaan 07/09/23 10:11:54
2
3 Added: proftpd-1.3.1_rc3-mod_mysql.patch
4 Log:
5 Incorporate upstream patch fixing trivial quoting mistake, bug #190316
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 net-ftp/proftpd/files/proftpd-1.3.1_rc3-mod_mysql.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/files/proftpd-1.3.1_rc3-mod_mysql.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/files/proftpd-1.3.1_rc3-mod_mysql.patch?rev=1.1&content-type=text/plain
13
14 Index: proftpd-1.3.1_rc3-mod_mysql.patch
15 ===================================================================
16 Index: contrib/mod_sql_mysql.c
17 ===================================================================
18 RCS file: /cvsroot/proftp/proftpd/contrib/mod_sql_mysql.c,v
19 retrieving revision 1.44
20 diff -u -r1.44 mod_sql_mysql.c
21 --- contrib/mod_sql_mysql.c 9 May 2007 17:15:18 -0000 1.44
22 +++ contrib/mod_sql_mysql.c 6 Jul 2007 16:48:24 -0000
23 @@ -595,7 +595,7 @@
24 }
25
26 if (!conn_pool) {
27 - pr_log_pri(PR_LOG_WARNING, "warning: the mod_sql_mysql module has not been
28 + pr_log_pri(PR_LOG_WARNING, "warning: the mod_sql_mysql module has not been "
29 "properly intialized. Please make sure your --with-modules configure "
30 "option lists mod_sql *before* mod_sql_mysql, and recompile.");
31
32
33
34
35 --
36 gentoo-commits@g.o mailing list