[gen_conf/dhcpd] on supprime zamok, on rajoute titanic
darcs-hash:20090225185336-bd074-8359a0bb362020e707bdd5c4fae55911a7b66e89.gz
This commit is contained in:
parent
dd6fb093d6
commit
7f56d6f331
2 changed files with 26 additions and 16 deletions
|
@ -293,6 +293,11 @@ class vert(base_reconfigure):
|
|||
from adherents import mail_bienvenue
|
||||
self._do(mail_bienvenue(mails))
|
||||
|
||||
class titanic(base_reconfigure):
|
||||
def dhcp(self):
|
||||
from gen_confs.dhcpd import dhcp
|
||||
self._do(dhcp(), self._machines())
|
||||
|
||||
|
||||
signal.signal(signal.SIGINT, signal.SIG_DFL) # Comportement normal de Ctrl-C
|
||||
remove_lock('auto_generate')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue