Fixes
authorRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 14:07:58 +0000 (14:07 +0000)
committerRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 14:07:58 +0000 (14:07 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index 3a16043..8531bf2 100644 (file)
@@ -219,7 +219,7 @@ if __name__ == '__main__':
     # Load parameters
     params = {}
     if glib.loadConfiguration("%s/../glite-lb.cfg.xml" % glib.getScriptPath(),params):
-        print "An error occurred while configuring the service"
+        print "Configuration files not found.\nPlease verify if the configuration files are copied from the templates directory\n"
         sys.exit(1)
     
     verbose = 0
@@ -259,8 +259,7 @@ if __name__ == '__main__':
     if params.has_key('glite.installer.checkcerts'):
         if params['glite.installer.checkcerts'] == "true":
             if glib.check_certs(params) != 0:
-                print "An error occurred while configuring the %s service" \
-                    % service.friendly_name
+                print "Certificate files are not found\n" 
                 sys.exit(1)
     
     # Print configuration parameters