]> err.no Git - dpkg/commitdiff
* utils/start-stop-daemon.c: Don't require an argument for -V (version).
authorScott James Remnant <keybuk@debian.org>
Fri, 12 Mar 2004 15:07:52 +0000 (15:07 +0000)
committerScott James Remnant <keybuk@debian.org>
Fri, 12 Mar 2004 15:07:52 +0000 (15:07 +0000)
ChangeLog
debian/changelog
utils/start-stop-daemon.c

index 9cdff41276494597735dff88943128975cd9342e..596aa2a620dac0f6693f463c58a4758a3b270a6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 4a0675fc6c45321dac14c6c4496dad64ae41930c..a913ebaa5f73fa010189c4dff64df4f60bacc902 100644 (file)
@@ -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 <scott@netsplit.com>  UNRELEASED
 
index 885f0d911df74d4399c9d96b7e5eda94e61d3d56..8d0ea76f88de5e0acb0a9fd30fdd9644d9e2419f 100644 (file)
@@ -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;