Preparation a la mise en place du DHCP pour le wifi sur nectaris

darcs-hash:20041212223852-d1718-c8f53b90ebf417763fe44d124c4764411de4aab9.gz
This commit is contained in:
bernat 2004-12-12 23:38:52 +01:00
parent 1c72577851
commit fe7ff63c4c

View file

@ -77,7 +77,13 @@ subnet %(network)s netmask %(netmask)s {
# Si =0 ralera seulement si réseau vide
verbose = 1
if hostname == 'zamok':
restart_cmd = '/etc/init.d/dhcp restart'
elif hostname == 'nectaris':
# restart_cmd = 'kill $(cat /var/run/dhcpd.pid) ; sleep 1 ; dhcpd $(stripcom /etc/dhcpd.interfaces)'
restart_cmd = 'true'
else:
restart_cmd = 'true'
######################################FIN PARTIE DE CONFIGURATION