[Pkg-utopia-commits] r2198 - in /packages/unstable/dhcdbd/debian: changelog patches/03-daemonize_getopt.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 6 13:41:18 UTC 2008


Author: biebl
Date: Sun Apr  6 13:41:18 2008
New Revision: 2198

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2198
Log:
debian/patches/03-daemonize_getopt.patch
- Add support for the '-N' daemonize option. (Closes: #471156)
Thanks to Florian Lohoff for the patch.

Added:
    packages/unstable/dhcdbd/debian/patches/03-daemonize_getopt.patch
Modified:
    packages/unstable/dhcdbd/debian/changelog

Modified: packages/unstable/dhcdbd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/changelog?rev=2198&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/changelog (original)
+++ packages/unstable/dhcdbd/debian/changelog Sun Apr  6 13:41:18 2008
@@ -4,8 +4,11 @@
     - Reduce retry time to 5 seconds.
   * debian/copyright
     - Fix copyright notice and update list of authors.
-
- -- Michael Biebl <biebl at debian.org>  Sun, 06 Apr 2008 15:38:52 +0200
+  * debian/patches/03-daemonize_getopt.patch
+    - Add support for the '-N' daemonize option. (Closes: #471156)
+      Thanks to Florian Lohoff for the patch.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 06 Apr 2008 15:39:59 +0200
 
 dhcdbd (3.0-2) unstable; urgency=low
 

Added: packages/unstable/dhcdbd/debian/patches/03-daemonize_getopt.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/patches/03-daemonize_getopt.patch?rev=2198&op=file
==============================================================================
--- packages/unstable/dhcdbd/debian/patches/03-daemonize_getopt.patch (added)
+++ packages/unstable/dhcdbd/debian/patches/03-daemonize_getopt.patch Sun Apr  6 13:41:18 2008
@@ -1,0 +1,10 @@
+--- src/main.c.orig	2008-04-06 15:33:20.000000000 +0200
++++ src/main.c	2008-04-06 15:33:36.000000000 +0200
+@@ -83,6 +83,7 @@
+                         dhcdbd_daemonize=1;
+                     break;
+                 case 'n':
++                case 'N':
+                     dhcdbd_daemonize=0;
+                     break;
+                 case 'd':




More information about the Pkg-utopia-commits mailing list