[ldap_crans] le dhcp est sur sable

darcs-hash:20090709004408-bd074-3378ba9a040408f228d43ee0c1ba6e7837120d6a.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-07-09 02:44:08 +02:00
parent 127f6a026e
commit b12ce67ce2

View file

@ -1718,7 +1718,7 @@ class BaseProprietaire(BaseClasseCrans):
self.services_to_restart('conf_wifi_ng') self.services_to_restart('conf_wifi_ng')
self.services_to_restart('ragnarok-dhcp') self.services_to_restart('ragnarok-dhcp')
else: else:
self.services_to_restart('rouge-dhcp') self.services_to_restart('sable-dhcp')
# TODO : le rendre plus propre # TODO : le rendre plus propre
self.services_to_restart('titanic-dhcp') 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): if isinstance(self, MachineWifi):
self.services_to_restart('ragnarok-dhcp') self.services_to_restart('ragnarok-dhcp')
else: else:
self.services_to_restart('rouge-dhcp') self.services_to_restart('sable-dhcp')
# TODO : le rendre plus propre # TODO : le rendre plus propre
self.services_to_restart('titanic-dhcp') self.services_to_restart('titanic-dhcp')
if 'portTCPin' in self.modifs or 'portTCPout' in self.modifs or \ 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('conf_wifi_ng')
self.services_to_restart('ragnarok-dhcp') self.services_to_restart('ragnarok-dhcp')
else: else:
self.services_to_restart('rouge-dhcp') self.services_to_restart('sable-dhcp')
# TODO : le rendre plus propre # TODO : le rendre plus propre
self.services_to_restart('titanic-dhcp') self.services_to_restart('titanic-dhcp')