From b12ce67ce2256ec18d170f6dedd9b33dac066ec7 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Thu, 9 Jul 2009 02:44:08 +0200 Subject: [PATCH] [ldap_crans] le dhcp est sur sable darcs-hash:20090709004408-bd074-3378ba9a040408f228d43ee0c1ba6e7837120d6a.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 76ba2397..d5003977 100644 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1718,7 +1718,7 @@ class BaseProprietaire(BaseClasseCrans): self.services_to_restart('conf_wifi_ng') self.services_to_restart('ragnarok-dhcp') else: - self.services_to_restart('rouge-dhcp') + self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre self.services_to_restart('titanic-dhcp') @@ -2958,7 +2958,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) if isinstance(self, MachineWifi): self.services_to_restart('ragnarok-dhcp') else: - self.services_to_restart('rouge-dhcp') + self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre self.services_to_restart('titanic-dhcp') if 'portTCPin' in self.modifs or 'portTCPout' in self.modifs or \ @@ -3025,7 +3025,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) self.services_to_restart('conf_wifi_ng') self.services_to_restart('ragnarok-dhcp') else: - self.services_to_restart('rouge-dhcp') + self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre self.services_to_restart('titanic-dhcp')