From 3e2f47523b65dc7dff8951470498222340f9bc2f Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 1 Jan 2005 11:06:01 +0100 Subject: [PATCH] Relance le DHCP pour de vrai sur nectaris darcs-hash:20050101100601-d1718-c2077803a23b1a1b349b2537f5a27d1578089fc5.gz --- gestion/gen_confs/dhcpd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gestion/gen_confs/dhcpd.py b/gestion/gen_confs/dhcpd.py index 97da5c13..9d901905 100755 --- a/gestion/gen_confs/dhcpd.py +++ b/gestion/gen_confs/dhcpd.py @@ -80,8 +80,7 @@ subnet %(network)s netmask %(netmask)s { 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' + restart_cmd = 'kill $(cat /var/run/dhcpd.pid) ; sleep 1 ; dhcpd em0' else: restart_cmd = 'true'