X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Fgengetopt%2Fpriority.m4;fp=m4%2Fgengetopt%2Fpriority.m4;h=0000000000000000000000000000000000000000;hb=e9dd7df880c68a2d664ea10d167e6667707f9fd5;hp=0b37dc066ac0c6ccc322efbe9766b73980197c93;hpb=15d4c69ddcf88dd9046ed8d2847a428145a32045;p=paraslash.git diff --git a/m4/gengetopt/priority.m4 b/m4/gengetopt/priority.m4 deleted file mode 100644 index 0b37dc06..00000000 --- a/m4/gengetopt/priority.m4 +++ /dev/null @@ -1,16 +0,0 @@ -option "priority" - -#~~~~~~~~~~~~~~~~~~ -"adjust scheduling priority" -int typestr = "prio" -default = "0" -optional -details = " - The priority (also known as nice value) is a value in the range -20 - to 19. Lower priorities cause more favorable scheduling. Since only - privileged processes may request a negative priority, specifying - a negative value works only if the daemon is started with root - privileges. - - Failure to set the given priority value is not considered an error - but a log message is printed in this case. -"