Erreur de copier-coller
darcs-hash:20040203005218-41617-2258e300331c7a7acdbdb22b7f6321e8c187e2fb.gz
This commit is contained in:
parent
7c9f3999c4
commit
60b9eb3456
1 changed files with 1 additions and 1 deletions
2
syncmail
2
syncmail
|
@ -237,7 +237,7 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost):
|
|||
for proc in os.popen("ps a -o user,command,tty | grep $(ps h -o tty %s)" % os.getpid() ).readlines() :
|
||||
userp=string.split(proc,' ')[0]
|
||||
if userp=="root" : break
|
||||
else : user=user
|
||||
else : user=userp
|
||||
|
||||
domain = fromhost or getfqdn()
|
||||
#Modif cosmétique pour afficher un sujet explicite :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue