From 50ed4072abc4cc1abb9a7733978b2b092379e8e7 Mon Sep 17 00:00:00 2001 From: maden Date: Mon, 26 Jul 2004 09:33:25 +0000 Subject: [PATCH] Disable database update ... server is in trouble. --- App/scripts/call_ioc_ins | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/App/scripts/call_ioc_ins b/App/scripts/call_ioc_ins index e8998a1..6700a17 100755 --- a/App/scripts/call_ioc_ins +++ b/App/scripts/call_ioc_ins @@ -1,7 +1,7 @@ #! /usr/bin/env python # # $Source: /cvs/G/DRV/misc/App/scripts/call_ioc_ins,v $ -# $Revision: 1.3 $ $Date: 2004/07/26 09:32:34 $ +# $Revision: 1.4 $ $Date: 2004/07/26 09:33:25 $ ''' Insert boot information about IOCs into the ssrm_public Oracle database. @@ -42,7 +42,7 @@ def showVersion (): # =========== ''' $Source: /cvs/G/DRV/misc/App/scripts/call_ioc_ins,v $ - $Revision: 1.3 $ $Date: 2004/07/26 09:32:34 $ + $Revision: 1.4 $ $Date: 2004/07/26 09:33:25 $ Installed Location: $SLSBASE/sls/bin ''' print showVersion.__doc__ @@ -142,4 +142,9 @@ if __name__ == "__main__": # End: # #--------------------------------------------------# # +# $Log: call_ioc_ins,v $ +# Revision 1.4 2004/07/26 09:33:25 maden +# Disable database update ... server is in trouble. +# +# #---------------------------------------------- End of $RCSfile: call_ioc_ins,v $