rpms/pure-ftpd/devel pure-ftpd-1.0.21-config.patch, 1.1, 1.2 pure-ftpd.spec, 1.7, 1.8

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Apr 9 15:39:18 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/pure-ftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7142/devel

Modified Files:
	pure-ftpd-1.0.21-config.patch pure-ftpd.spec 
Log Message:
fix mysql socket location (bug 188426)

pure-ftpd-1.0.21-config.patch:

Index: pure-ftpd-1.0.21-config.patch
===================================================================
RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd-1.0.21-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pure-ftpd-1.0.21-config.patch	21 Feb 2006 18:57:46 -0000	1.1
+++ pure-ftpd-1.0.21-config.patch	9 Apr 2006 15:39:18 -0000	1.2
@@ -1,5 +1,5 @@
 --- ./configuration-file/pure-ftpd.conf.in.config	2006-02-15 14:15:47.000000000 +0100
-+++ ./configuration-file/pure-ftpd.conf.in	2006-02-21 19:50:18.000000000 +0100
++++ ./configuration-file/pure-ftpd.conf.in	2006-04-09 17:31:03.000000000 +0200
 @@ -9,7 +9,7 @@
  # instead of command-line options, please run the
  # following command :
@@ -89,3 +89,14 @@
  
  
  
+--- ./pureftpd-mysql.conf.config	2006-04-09 17:33:04.000000000 +0200
++++ ./pureftpd-mysql.conf	2006-04-09 17:33:27.000000000 +0200
+@@ -19,7 +19,7 @@
+ 
+ # Optional : define the location of mysql.sock if the server runs on this host.
+ 
+-MYSQLSocket     /tmp/mysql.sock
++MYSQLSocket     /var/lib/mysql/mysql.sock
+ 
+ 
+ # Mandatory : user to bind the server as.


Index: pure-ftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pure-ftpd.spec	22 Feb 2006 10:35:42 -0000	1.7
+++ pure-ftpd.spec	9 Apr 2006 15:39:18 -0000	1.8
@@ -1,6 +1,6 @@
 Name:       pure-ftpd
 Version:    1.0.21
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Lightweight, fast and secure FTP server
 
 Group:      System Environment/Daemons
@@ -178,6 +178,9 @@
 
 
 %changelog
+* Sun Apr 09 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0.21-3
+- fix mysql socket location (bug 188426)
+
 * Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0.21-2
 - build option rendezvous has been renamed to bonjour
 - add --with-cork




More information about the fedora-extras-commits mailing list