The following commit has been merged in the master branch:
commit 1b075bd34bf8c2362b0999b29ec5c2ab88429db9
Author: Guillem Jover <guil...@debian.org>
Date:   Sun May 10 19:07:06 2009 +0200

    s-s-d: Print valid values for IO scheduler class in --help output

diff --git a/debian/changelog b/debian/changelog
index bd99c4c..bab0be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -93,6 +93,8 @@ dpkg (1.15.1) UNRELEASED; urgency=low
   * Preserve faulting errno when printing reason in start-stop-daemon fatal
     function.
   * Only print fatal errno string in start-stop-daemon if it was non-zero.
+  * Print the valid values for the IO scheduler class in start-stop-daemon
+    --help output.
 
   [ Frank Lichtenheld ]
   * Dpkg::Version: Remove unnecessary function next_elem which just
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c
index 70ff9e4..47f6af3 100644
--- a/utils/start-stop-daemon.c
+++ b/utils/start-stop-daemon.c
@@ -391,6 +391,9 @@ do_help(void)
 "The process scheduler <policy> can be one of:\n"
 "  other, fifo or rr\n"
 "\n"
+"The IO scheduler <class> can be one of:\n"
+"  real-time, best-effort or idle\n"
+"\n"
 "Exit status:  0 = done      1 = nothing done (=> 0 if --oknodo)\n"
 "              3 = trouble   2 = with --retry, processes wouldn't die\n");
 }

-- 
dpkg's main repository


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

Reply via email to