Modification dans les services redmarrer pour le firewall de komaz et les

dhcp.

darcs-hash:20041210180212-41617-0f3f65c62e732e162fa3373c24ea33455ee51e47.gz
This commit is contained in:
pauget 2004-12-10 19:02:12 +01:00
parent acde64b755
commit 13c6a6d874
2 changed files with 44 additions and 34 deletions

View file

@ -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"])