+Fri Mar 12 15:05:52 GMT 2004 Scott James Remnant <scott@netsplit.com>
+
+ * utils/start-stop-daemon.c: Don't require an argument for -V (version).
+
Thu Mar 11 11:36:06 GMT 2004 Scott James Remnant <scott@netsplit.com>
* version-nr, debian/changelog: Bump version to 1.10.21.
dpkg (1.10.21) unstable; urgency=low
- *
+ * Don't require argument for start-stop-daemon -V. Closes: #237589.
-- Scott James Remnant <scott@netsplit.com> UNRELEASED
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;