From 4ae890762b3f5e88b3f667cfe566578785007569 Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 10 Sep 2005 13:57:56 +0200 Subject: [PATCH] Retrait de l'ancien systeme pour les bornes darcs-hash:20050910115756-d1718-a91dc3737294a38bcd8245c6573dc46020c619a9.gz --- gestion/ldap_crans.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 3bbb7b1f..9e311f69 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1190,7 +1190,6 @@ class base_proprietaire(base_classes_crans) : self.services_to_restart('macip',[m.ip()] ) self.services_to_restart('dns') if m.ipsec() : - self.services_to_restart('conf_wifi') self.services_to_restart('conf_wifi_ng') self.services_to_restart('nectaris-dhcp') else : @@ -2269,7 +2268,6 @@ class machine(base_classes_crans) : # Clef IPsec if 'ipsec' in self.modifs : ret += coul(u'Clef IPsec de la machine : %s\n' % self.ipsec(),'cyan') - self.services_to_restart('conf_wifi') self.services_to_restart('conf_wifi_ng') # Reconfiguration firewalls et dhcps @@ -2289,12 +2287,10 @@ class machine(base_classes_crans) : # Reconfiguration bornes wifi ? if 'canal' in self.modifs or 'puissance' in self.modifs : - self.services_to_restart('bornes_wifi',[self.nom()]) self.services_to_restart('conf_wifi_ng') # Reconfiguration clients wifi ? if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) : - self.services_to_restart('conf_wifi') self.services_to_restart('conf_wifi_ng') # Regénération blackliste nécessaire ? @@ -2332,7 +2328,6 @@ class machine(base_classes_crans) : # Services à redémarrer if self.__typ == 'wifi' : - self.services_to_restart('conf_wifi') self.services_to_restart('conf_wifi_ng') self.services_to_restart('nectaris-dhcp') else: