ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/KillerServer.py
(Generate patch)

Comparing COMP/CRAB/python/KillerServer.py (file contents):
Revision 1.2 by farinafa, Mon Aug 20 16:03:27 2007 UTC vs.
Revision 1.3 by spiga, Tue Sep 18 15:24:28 2007 UTC

# Line 30 | Line 30 | class KillerServer(Actor):
30          #common.taskDB.save()
31  
32          ### Here start the kill operation  
33 <        pSubj = os.popen3('openssl x509 -in $X509_USER_PROXY  -subject -noout')[1].readlines()[0]
33 >        pSubj = os.popen3('openssl x509 -in /tmp/x509up_u`id -u` -subject -noout')[1].readlines()[0]
34        
35          try:
36              self.cfile = xml.dom.minidom.Document()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines