[Pkg-samba-maint] r1733 - in trunk/ctdb/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Feb 27 15:29:56 UTC 2008


Author: mparent-guest
Date: 2008-02-27 15:29:55 +0000 (Wed, 27 Feb 2008)
New Revision: 1733

Added:
   trunk/ctdb/debian/patches/30_ctdb_log.diff
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/patches/25_popt_lib.diff
   trunk/ctdb/debian/patches/series
Log:
patch suggested by danp : path for logfile


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2008-02-25 18:19:21 UTC (rev 1732)
+++ trunk/ctdb/debian/changelog	2008-02-27 15:29:55 UTC (rev 1733)
@@ -1,12 +1,14 @@
-ctdb (1.0.28+git200802191444-1) UNRELEASED; urgency=low
+ctdb (1.0.28+git200802191444-1) unstable; urgency=low
 
   * new upstream git snapshot
   * dropped 05_nice_service.diff, merged upstream
   * updated 04_install_chmod.patch, half has been merged upstream
   * updated 06_services_names, nfs is not patched anymore
-  * fixed missing copyright :
+  * new patch 30_ctdb_log (thanks to danp)
+  * fixed missing copyright
   ** remove popt from upstream tarball (changing get-orig-source target)
   ** added 25_popt_lib to build with system popt lib
+  ** completed copyright file
 
  -- Mathieu PARENT <math.parent at gmail.com>  Wed, 13 Feb 2008 21:43:33 +0100
 

Modified: trunk/ctdb/debian/patches/25_popt_lib.diff
===================================================================
--- trunk/ctdb/debian/patches/25_popt_lib.diff	2008-02-25 18:19:21 UTC (rev 1732)
+++ trunk/ctdb/debian/patches/25_popt_lib.diff	2008-02-27 15:29:55 UTC (rev 1733)
@@ -2,7 +2,7 @@
 
 Author: Mathieu Parent <math.parent at gmail.com>
 
-Upstream status: shoulf be reported upstream
+Upstream status: should be reported upstream
 
 Index: ctdb-1.0.28+git200802191444/utils/smnotify/smnotify.c
 ===================================================================

Added: trunk/ctdb/debian/patches/30_ctdb_log.diff
===================================================================
--- trunk/ctdb/debian/patches/30_ctdb_log.diff	                        (rev 0)
+++ trunk/ctdb/debian/patches/30_ctdb_log.diff	2008-02-27 15:29:55 UTC (rev 1733)
@@ -0,0 +1,19 @@
+Goal: fix log file to be /var/log/log.ctdb
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: should be reported upstream using a configure parameter
+
+Index: ctdb-1.0.28+git200802191444/server/ctdbd.c
+===================================================================
+--- ctdb-1.0.28+git200802191444.orig/server/ctdbd.c	2008-02-27 16:19:54.000000000 +0100
++++ ctdb-1.0.28+git200802191444/server/ctdbd.c	2008-02-27 16:20:14.000000000 +0100
+@@ -46,7 +46,7 @@
+ 	.nlist = ETCDIR "/ctdb/nodes",
+ 	.transport = "tcp",
+ 	.event_script_dir = ETCDIR "/ctdb/events.d",
+-	.logfile = VARDIR "/log/log.ctdb",
++	.logfile = "/var/log/log.ctdb",
+ 	.db_dir = VARDIR "/ctdb",
+ 	.db_dir_persistent = VARDIR "/ctdb/persistent",
+ };

Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series	2008-02-25 18:19:21 UTC (rev 1732)
+++ trunk/ctdb/debian/patches/series	2008-02-27 15:29:55 UTC (rev 1733)
@@ -3,3 +3,4 @@
 04_install_chmod.patch
 06_services_names.diff
 25_popt_lib.diff
+30_ctdb_log.diff




More information about the Pkg-samba-maint mailing list