[./gestion/gen_confs/dhcpd_new.py] le script d'init de dhcpd a changé de nom
Ignore-this: a987b1a3c0425dfd5daa17b11eee69f8 Il faudrait changer le nom au fur et à mesure de la màj vers squeeze darcs-hash:20110228201844-8fbb1-06cb71efbdae3d308e6a78e29005821017142e13.gz
This commit is contained in:
parent
273a1c29fa
commit
7b2998eb66
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class dhcp(gen_config) :
|
||||||
######################################PARTIE DE CONFIGURATION
|
######################################PARTIE DE CONFIGURATION
|
||||||
# Fichier à écire
|
# Fichier à écire
|
||||||
if hostname == 'sable':
|
if hostname == 'sable':
|
||||||
restart_cmd = '/etc/init.d/dhcp3-server restart'
|
restart_cmd = '/etc/init.d/isc-dhcp-server restart'
|
||||||
reseaux = { '138.231.136.0/21' : '/etc/dhcp3/generated/adherents.liste',
|
reseaux = { '138.231.136.0/21' : '/etc/dhcp3/generated/adherents.liste',
|
||||||
'10.42.0.0/16' : '/etc/dhcp3/generated/gratuit.liste' }
|
'10.42.0.0/16' : '/etc/dhcp3/generated/gratuit.liste' }
|
||||||
elif hostname == 'titanic':
|
elif hostname == 'titanic':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue