From: Zdeněk Šustr Date: Thu, 27 Oct 2011 14:30:29 +0000 (+0000) Subject: - Typo fixes X-Git-Tag: glite-jobid-api-c_R_2_0_3_2~12 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f343854ae5c94d91e4117d87751ee98c40fa6795;p=jra1mw.git - Typo fixes - New package implies new minor version --- diff --git a/org.glite.lb.doc/src/LBAG-Installation.tex b/org.glite.lb.doc/src/LBAG-Installation.tex index 76bb361..aa5c573 100644 --- a/org.glite.lb.doc/src/LBAG-Installation.tex +++ b/org.glite.lb.doc/src/LBAG-Installation.tex @@ -55,6 +55,7 @@ glite-lb-state-machine & state machine and LB plugin for Job Provenance \\ glite-lb-utils & auxiliary utilities \\ glite-lb-ws-interface & web service interface \\ glite-lb-yaim & YAIM initialization scripts for \LB (since \LBver{2.1}) \\ +glite-lb-nagios-plugins & Nagios plugin that checks the \LB server (since \LBver{3.1}) \\ \end{tabularx} diff --git a/org.glite.lb.doc/src/versions.tex b/org.glite.lb.doc/src/versions.tex index 9cdbe84..7d71ea9 100644 --- a/org.glite.lb.doc/src/versions.tex +++ b/org.glite.lb.doc/src/versions.tex @@ -47,6 +47,7 @@ The complete \LB Documentation consists of the following parts: \begin{itemize} %\item \LBver{x.x}: included in the EMI-3 Monte Bianco release %\item \LBver{x.x}: included in the EMI-2 Matterhorn release +\item \LBver{3.1}: an update for the EMI-1 Kebnekaise release \item \LBver{3.0}: included in the EMI-1 Kebnekaise release \item \LBver{2.1}: replacement for \LBver{2.0} in gLite 3.2, \item \LBver{2.0}: current stable version, in production as part of gLite 3.2, diff --git a/org.glite.lb.server/src/bkserverd.c b/org.glite.lb.server/src/bkserverd.c index 69de46c..a600125 100644 --- a/org.glite.lb.server/src/bkserverd.c +++ b/org.glite.lb.server/src/bkserverd.c @@ -609,11 +609,11 @@ int main(int argc, char *argv[]) if (mode & SERVICE_SERVER) { if (check_mkdir(dumpStorage)){ - glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for dump files not redy!"); + glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for dump files not ready!"); exit(1); } if (check_mkdir(purgeStorage)){ - glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for purge files not redy!"); + glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for purge files not ready!"); exit(1); } if ( jpreg ) {