P'tit hack pour ne redmarrer que certaines bornes
darcs-hash:20051230161440-d1718-3491d0d11351f12209e7f7b6ed5cfdd692affb74.gz
This commit is contained in:
parent
d6fbfa6bed
commit
caed55ff03
1 changed files with 4 additions and 1 deletions
|
@ -208,7 +208,10 @@ class nectaris(base_reconfigure) :
|
||||||
|
|
||||||
def conf_wifi_ng(self) :
|
def conf_wifi_ng(self) :
|
||||||
from gen_confs.wifi_ng import conf_wifi_ng
|
from gen_confs.wifi_ng import conf_wifi_ng
|
||||||
self._do(conf_wifi_ng())
|
bornes = None
|
||||||
|
if os.getenv("BORNE"):
|
||||||
|
bornes = os.getenv("BORNE").split(",")
|
||||||
|
self._do(conf_wifi_ng(bornes))
|
||||||
|
|
||||||
def dhcp(self) :
|
def dhcp(self) :
|
||||||
from gen_confs.dhcpd import dhcp
|
from gen_confs.dhcpd import dhcp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue