Blame SOURCES/ntp-4.2.6p5-multiopts.patch

6e16f6
diff -up ntp-4.2.6p5/ntpd/ntpdbase-opts.def.multiopts ntp-4.2.6p5/ntpd/ntpdbase-opts.def
6e16f6
--- ntp-4.2.6p5/ntpd/ntpdbase-opts.def.multiopts	2009-12-09 08:36:35.000000000 +0100
6e16f6
+++ ntp-4.2.6p5/ntpd/ntpdbase-opts.def	2012-11-23 14:54:49.132477448 +0100
6e16f6
@@ -259,6 +259,7 @@ flag = {
6e16f6
 flag = {
6e16f6
     name      = pidfile;
6e16f6
     value     = p;
6e16f6
+    max       = 2;
6e16f6
     arg-type  = string;
6e16f6
     descrip   = "path to the PID file";
6e16f6
     doc = <<-  _EndOfDoc_
6e16f6
@@ -355,6 +356,7 @@ flag = {
6e16f6
     ifdef     = HAVE_DROPROOT;
6e16f6
     name      = user;
6e16f6
     value     = u;
6e16f6
+    max       = 2;
6e16f6
     arg-type  = string;
6e16f6
     descrip   = "Run as userid (or userid:groupid)";
6e16f6
     omitted-usage = "built without --enable-clockctl or --enable-linuxcaps";