From b62f94a58c8960784ad7da54eeb6f3ca83908eae Mon Sep 17 00:00:00 2001 From: pauget Date: Wed, 10 Aug 2005 21:51:36 +0200 Subject: [PATCH] Le dhcp est sur rouge darcs-hash:20050810195136-41617-362b37e428e4b8c5d73c943017b6fcd1be090df5.gz --- gestion/ldap_crans.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b34ad17f..89bfe54a 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1180,7 +1180,7 @@ class base_proprietaire(base_classes_crans) : self.services_to_restart('nectaris-dhcp') else : self.services_to_restart('switch',[self.chbre()]) - self.services_to_restart('zamok-dhcp') + self.services_to_restart('rouge-dhcp') # Vérification si changement de bât, ce qui obligerai un changement d'IP if 'chbre' in self.modifs and self.chbre()!='????' : @@ -2260,7 +2260,7 @@ class machine(base_classes_crans) : if self.__typ == 'wifi' : self.services_to_restart('nectaris-dhcp') else: - self.services_to_restart('zamok-dhcp') + self.services_to_restart('rouge-dhcp') if 'ports' in self.modifs : self.services_to_restart('komaz-ports', [ self.ip() ] ) self.services_to_restart('mail_modif',['ip=%s' % self.ip()]) @@ -2311,7 +2311,7 @@ class machine(base_classes_crans) : self.services_to_restart('conf_wifi') self.services_to_restart('nectaris-dhcp') else: - self.services_to_restart('zamok-dhcp') + self.services_to_restart('rouge-dhcp') self.services_to_restart('dns') self.services_to_restart('macip',[self.ip()] )