|
From: Will P. <pa...@us...> - 2003-03-21 18:23:33
|
Update of /cvsroot/ark/sidai/flexlm-config
In directory sc8-pr-cvs1:/tmp/cvs-serv15167/flexlm-config
Modified Files:
flexlm-license-file.tmpl
Log Message:
updates
Index: flexlm-license-file.tmpl
===================================================================
RCS file: /cvsroot/ark/sidai/flexlm-config/flexlm-license-file.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** flexlm-license-file.tmpl 13 Feb 2003 13:51:28 -0000 1.3
--- flexlm-license-file.tmpl 21 Mar 2003 18:22:59 -0000 1.4
***************
*** 44,49 ****
server_line_done = 0
! for license in ark.license.ArkLicensesMgr().unpackSpecs(['ALL']):
! if license.status() not in ['pending', 'active']: continue
if not license.appliesToHost(thishost): continue
--- 44,50 ----
server_line_done = 0
! lic_chooser = lambda l:l.isRelevant(pending_too=1)
!
! for license in ark.license.ArkLicensesMgr().unpackSpecs(['ALL'],chooser=lic_chooser):
if not license.appliesToHost(thishost): continue
|