From af346600388b3e580ee6179714b6d32af692f54b Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Fri, 12 Mar 2004 15:07:52 +0000 Subject: [PATCH] * utils/start-stop-daemon.c: Don't require an argument for -V (version). --- ChangeLog | 4 ++++ debian/changelog | 2 +- utils/start-stop-daemon.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cdff412..596aa2a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 12 15:05:52 GMT 2004 Scott James Remnant + + * utils/start-stop-daemon.c: Don't require an argument for -V (version). + Thu Mar 11 11:36:06 GMT 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.21. diff --git a/debian/changelog b/debian/changelog index 4a0675fc..a913ebaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ dpkg (1.10.21) unstable; urgency=low - * + * Don't require argument for start-stop-daemon -V. Closes: #237589. -- Scott James Remnant UNRELEASED diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 885f0d91..8d0ea76f 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -474,7 +474,7 @@ parse_options(int argc, char * const *argv) int c; for (;;) { - c = getopt_long(argc, argv, "HKSV:a:n:op:qr:s:tu:vx:c:N:bmR:g:d:", + c = getopt_long(argc, argv, "HKSVa:n:op:qr:s:tu:vx:c:N:bmR:g:d:", longopts, (int *) 0); if (c == -1) break; -- 2.39.5