[Reproducible-commits] [dpkg] 14/17: s-s-d: Recognize -C as documented

Holger Levsen holger at layer-acht.org
Tue May 3 08:43:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to annotated tag 1.16.13
in repository dpkg.

commit 6584baeb0b16c54bbea57bbd1b4c990d393db1f6
Author: Guillem Jover <guillem at debian.org>
Date:   Wed Aug 14 23:29:36 2013 +0200

    s-s-d: Recognize -C as documented
    
    Cherry picked from commit c23a480b1dddd36dcdad3c08b3b692da55ccc7e0.
    
    Closes: #719746
    
    Spotted-by: "Brian S. Julin" <bri at abrij.org>
---
 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4ccd8d5..397c0f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ dpkg (1.16.13) UNRELEASED; urgency=low
     finds unknown packages while setting the selections. Closes: #703092
   * Improve documentation on how to update the available database before
     setting package selections. Suggested by Klaus Ita <koki.eml at gmail.com>.
+  * Recognize «start-stop-daemon -C» as documented. Closes: #719746
+    Reported by Brian S. Julin <bri at abrij.org>.
 
   [ Updated scripts translations ]
   * Fix a typo in the German scripts translation.
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index 766ae3b..818d7eb 100644
--- a/utils/start-stop-daemon.c
+++ b/utils/start-stop-daemon.c
@@ -829,7 +829,7 @@ parse_options(int argc, char * const *argv)
 
 	for (;;) {
 		c = getopt_long(argc, argv,
-		                "HKSVTa:n:op:qr:s:tu:vx:c:N:P:I:k:bmR:g:d:",
+		                "HKSVTa:n:op:qr:s:tu:vx:c:N:P:I:k:bCmR:g:d:",
 		                longopts, NULL);
 		if (c == -1)
 			break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list