Empty log message
darcs-hash:20060109115939-4ec08-4d78d653b920efdf8ef9430b1316627de46498c6.gz
This commit is contained in:
parent
35bbac9f51
commit
c361c6a9d1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-15 -*-
|
||||
|
||||
# $Id: secours.py,v 1.3 2005-10-18 08:38:22 bernat Exp $
|
||||
# $Id: secours.py,v 1.4 2006-01-09 11:59:39 chove Exp $
|
||||
|
||||
""" Script de reconfigure des services en connexion de secours
|
||||
Arguments :
|
||||
|
@ -29,7 +29,7 @@ elif hostname == 'sila' :
|
|||
fichiers = { '/etc/bind/named.conf.options' : '//' ,
|
||||
'/etc/squid/squid.conf' : '#' }
|
||||
cmds = [ '/etc/init.d/squid reload' , '/etc/init.d/bind9 reload' ]
|
||||
elif hostname == 'bleu' :
|
||||
elif hostname == 'zamok' :
|
||||
fichiers = { '/etc/postfix/main.cf' : '#' }
|
||||
cmds = [ '/etc/init.d/postfix restart' ]
|
||||
else :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue