tag 765110 pending
thanks

Hello,

Bug #765110 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

    http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=f7b328a

---
commit f7b328a12c21ed6d4d0bdc17bc45fb4545165bb3
Author: Guillem Jover <guil...@debian.org>
Date:   Mon Oct 13 21:03:14 2014 +0200

    s-s-d: Create a pidfile even when not backgrounding ourselves
    
    Regression introduced in commit 29778da537e2ff1a0f032db33dde43413b7345ef.
    
    When the user asked us to create the pidfile, but _not_ to background
    ourselves, we should still create the pidfile.
    
    This usage is somewhat dubious, as s-s-d has an option to background,
    which is better in any way, as it will make sure to return error codes
    in case the program cannot be started for whatever reason. But it's
    still a regression.
    
    Closes: #765110

diff --git a/debian/changelog b/debian/changelog
index f9ffc29..6cd5db0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ dpkg (1.17.19) UNRELEASED; urgency=low
   [ Guillem Jover ]
   * Bump the Breaks on devscripts to 2.14.10 due to the new dpkg-architecture
     command-line parsing strictness introduced in 1.17.17. Closes: #764965
+  * Create pidfiles even when start-stop-daemon is not asked to background
+    the process itself. Although a bit of a dubious usage, because any error
+    before executing the program will not be properly reported to the caller.
+    Regression introduced in dpkg 1.17.14. Closes: #765110
 
   [ Updated programs translations ]
   * Turkish (Mert Dirik). Closes: #764942


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to