From 2edcecdb20cb19804e92f32b00dfe8e456fb6f38 Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 5 Jan 2005 09:54:42 +0100 Subject: [PATCH] Ce warning n'a plus de raison d'tre darcs-hash:20050105085442-d1718-49846c5d7cd503b0ef39f48bb888dda59d4abf3d.gz --- gestion/gen_confs/dhcpd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gestion/gen_confs/dhcpd.py b/gestion/gen_confs/dhcpd.py index 9ef735c3..b68573f8 100755 --- a/gestion/gen_confs/dhcpd.py +++ b/gestion/gen_confs/dhcpd.py @@ -102,8 +102,6 @@ subnet %(network)s netmask %(netmask)s { try : hosts[net] += self.host_template % d except : hosts[net] = self.host_template % d t = 1 - if not hostname == "nectaris" and not t and self.verbose : - warnings += u'Machine ignorée (mid=%s) : ip en dehors des réseaux servis (%s)\n' % ( machine.id(), machine.ip() ) ### Ecriture du fichier fd = self._open_conf(self.DHCPD_CONF,'#')