[Pkg-mono-svn-commits] rev 3366 - beagle/trunk/debian/patches

Mirco Bauer meebey-guest at alioth.debian.org
Fri Sep 21 17:48:58 UTC 2007


Author: meebey-guest
Date: 2007-09-21 17:48:58 +0000 (Fri, 21 Sep 2007)
New Revision: 3366

Modified:
   beagle/trunk/debian/patches/enhanced_logging_support.dpatch
Log:
- last minute fix



Modified: beagle/trunk/debian/patches/enhanced_logging_support.dpatch
===================================================================
--- beagle/trunk/debian/patches/enhanced_logging_support.dpatch	2007-09-21 17:44:07 UTC (rev 3365)
+++ beagle/trunk/debian/patches/enhanced_logging_support.dpatch	2007-09-21 17:48:58 UTC (rev 3366)
@@ -7,7 +7,7 @@
 @DPATCH@
 diff -urNad beagle-0.2.18~/beagled/BeagleDaemon.cs beagle-0.2.18/beagled/BeagleDaemon.cs
 --- beagle-0.2.18~/beagled/BeagleDaemon.cs	2007-05-08 19:57:42.000000000 +0200
-+++ beagle-0.2.18/beagled/BeagleDaemon.cs	2007-09-21 19:42:17.000000000 +0200
++++ beagle-0.2.18/beagled/BeagleDaemon.cs	2007-09-21 19:48:28.000000000 +0200
 @@ -457,10 +457,7 @@
  
  			Log.Initialize (PathFinder.LogDir,
@@ -22,7 +22,7 @@
  			Log.Always ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
 diff -urNad beagle-0.2.18~/beagled/IndexHelper/IndexHelper.cs beagle-0.2.18/beagled/IndexHelper/IndexHelper.cs
 --- beagle-0.2.18~/beagled/IndexHelper/IndexHelper.cs	2007-02-13 20:10:41.000000000 +0100
-+++ beagle-0.2.18/beagled/IndexHelper/IndexHelper.cs	2007-09-21 19:42:29.000000000 +0200
++++ beagle-0.2.18/beagled/IndexHelper/IndexHelper.cs	2007-09-21 19:48:28.000000000 +0200
 @@ -80,22 +80,18 @@
  
  			bool run_by_hand = (Environment.GetEnvironmentVariable ("BEAGLE_RUN_HELPER_BY_HAND") != null);
@@ -49,9 +49,17 @@
  
  			Log.Always ("Starting Index Helper process (version {0})", ExternalStringsHack.Version);
 diff -urNad beagle-0.2.18~/beagled/beagled.in beagle-0.2.18/beagled/beagled.in
---- beagle-0.2.18~/beagled/beagled.in	2007-09-21 19:42:17.000000000 +0200
-+++ beagle-0.2.18/beagled/beagled.in	2007-09-21 19:42:17.000000000 +0200
-@@ -33,6 +33,7 @@
+--- beagle-0.2.18~/beagled/beagled.in	2007-09-21 19:48:28.000000000 +0200
++++ beagle-0.2.18/beagled/beagled.in	2007-09-21 19:48:38.000000000 +0200
+@@ -21,6 +21,7 @@
+ heap_buddy=0
+ heap_shot=0
+ mono_debug=0
++debug=0
+ mdb=0
+ 
+ BEAGLED_ARGS="$*"
+@@ -33,6 +34,7 @@
      --heap-shot ) heap_shot=1 ;;
      --mdb ) mdb=1 ;;
      --mono-debug ) mono_debug=1 ;;
@@ -59,7 +67,7 @@
      esac
  done
  
-@@ -53,6 +54,10 @@
+@@ -53,6 +55,10 @@
      unset BEAGLE_LOG_IN_THE_FOREGROUND_PLEASE
  fi
  




More information about the Pkg-mono-svn-commits mailing list