From c361c6a9d15b0b0f5c181f950dc027e18a88b4cb Mon Sep 17 00:00:00 2001 From: chove Date: Mon, 9 Jan 2006 12:59:39 +0100 Subject: [PATCH] Empty log message darcs-hash:20060109115939-4ec08-4d78d653b920efdf8ef9430b1316627de46498c6.gz --- secours/secours.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secours/secours.py b/secours/secours.py index 018a70b9..1909ec2c 100755 --- a/secours/secours.py +++ b/secours/secours.py @@ -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 :