Modification dans les services redmarrer pour le firewall de komaz et les
dhcp. darcs-hash:20041210180212-41617-0f3f65c62e732e162fa3373c24ea33455ee51e47.gz
This commit is contained in:
parent
acde64b755
commit
13c6a6d874
2 changed files with 44 additions and 34 deletions
|
@ -302,7 +302,7 @@ Subject: Modifications sur une machine du CR@NS
|
|||
from gen_confs.bind import dns
|
||||
inst.append([dns(),"dns"])
|
||||
|
||||
if 'dhcp' in to_do.keys() :
|
||||
if 'dhcp' in to_do.keys() or 'dhcp-nectaris' in to_do.keys() :
|
||||
from gen_confs.dhcpd import dhcp
|
||||
inst.append([dhcp(),"dhcp"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue