Show
Ignore:
Timestamp:
10/06/04 12:05:47 (20 years ago)
Author:
jalet
Message:

Minor changes to allow any PyKota administrator to launch enhanced versions
of the commands, and not only the root user.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykosd

    r1608 r1785  
    2424# 
    2525# $Log$ 
     26# Revision 1.8  2004/10/06 10:05:47  jalet 
     27# Minor changes to allow any PyKota administrator to launch enhanced versions 
     28# of the commands, and not only the root user. 
     29# 
    2630# Revision 1.7  2004/07/20 22:42:26  jalet 
    2731# pykosd now supports setting color 
     
    141145        savecolor = color 
    142146         
    143         uid = os.geteuid() 
    144         uname = pwd.getpwuid(uid)[0] 
     147        uname = pwd.getpwuid(os.geteuid())[0] 
    145148        while 1 : 
    146149            color = savecolor