- Typo fixes
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 27 Oct 2011 14:30:29 +0000 (14:30 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 27 Oct 2011 14:30:29 +0000 (14:30 +0000)
- New package implies new minor version

org.glite.lb.doc/src/LBAG-Installation.tex
org.glite.lb.doc/src/versions.tex
org.glite.lb.server/src/bkserverd.c

index 76bb361..aa5c573 100644 (file)
@@ -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}
 
 
index 9cdbe84..7d71ea9 100644 (file)
@@ -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,
index 69de46c..a600125 100644 (file)
@@ -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 ) {