From d91a411300bc9cad5076c1fa618953d97ff6f95b Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Sun, 26 Apr 2009 16:00:38 +0200 Subject: [PATCH] egon -> vo darcs-hash:20090426140038-af139-cd4826771b1430c4d3c3df313f1a09a5b6eb7c45.gz --- gestion/tools/who2b.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/tools/who2b.py b/gestion/tools/who2b.py index 34c52e05..dc20a439 100644 --- a/gestion/tools/who2b.py +++ b/gestion/tools/who2b.py @@ -41,8 +41,8 @@ def liste_2b(): cprint('---=== Autres machines ===---', 'bleu') aff(machines) ttyfound = 1 - if gethostname() == 'egon': - cprint('---=== Who sur egon ===---', 'bleu') + if gethostname() == 'vo': + cprint('---=== Who sur vo ===---', 'bleu') ttyfound = system("/usr/bin/who | /bin/grep -E 'tty0| :0 | \(:0'") print '' if len(machines) != 0 or ttyfound == 0: