Blame SOURCES/ntp-4.2.6p5-multiopts.patch

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