This patch has been applied to the version 2.6 code.
Thank you!
Quoting Dmitri Gribenko <[email protected]>:
> Hello,
>
> Please find attached a patch with two fixes for init.d scripts:
>
> * correct comments (full path to slurm binaries was not correct in comments);
>
> * improve the output of 'service [slurm|slurmdbd] reconfig'. It used
> to garble the console because of the missing 'echo' after 'killproc'.
> '[OK]' was displayed on the same line as the shell prompt in CentOS
> 6.4. Now it looks correctly:
>
> [root@head ~]# service slurm reconfig
> Reloading slurmctld daemon configuration: [ OK ]
> [root@head ~]#
>
> Please review and apply.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
>