From 2b854ee0134c175475af3e0047a584ed4b5af139 Mon Sep 17 00:00:00 2001 From: salles Date: Fri, 10 Mar 2006 10:56:00 +0100 Subject: [PATCH] Commentaire plus vident comme a darcs-hash:20060310095600-72cb0-b09652ebec7d83a308763b3119c9e7ee7ca08578.gz --- gestion/gen_confs/squid.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gestion/gen_confs/squid.py b/gestion/gen_confs/squid.py index a5635188..eace84f7 100755 --- a/gestion/gen_confs/squid.py +++ b/gestion/gen_confs/squid.py @@ -59,7 +59,7 @@ class squid_p2p(squid) : """ Genère le fichier blacklist-p2p pour squid """ FICHIER = "/etc/squid/blacklist_p2p" chaine = "p2p" - recherche_bl = 2 + recherche_bl = 2 # Sanction sur l'adhérent uniquement class squid_autodisc_upload(squid) : """ Genère le fichier blacklist-autodiscupload pour squid """ @@ -71,19 +71,19 @@ class squid_autodisc_p2p(squid) : """ Genère le fichier blacklist-autodisc-p2p pour squid """ FICHIER = "/etc/squid/blacklist_autodisc_p2p" chaine = "autodisc_p2p" - recherche_bl = 2 + recherche_bl = 2 # Sanction sur l'adhérent uniquement class squid_virus(squid) : """ Genère le fichier blacklist-virus pour squid """ FICHIER = "/etc/squid/blacklist_virus" chaine = "virus" - recherche_bl = 3 + recherche_bl = 3 # Sanction sur une machine uniquement class squid_warez(squid) : """ Genère le fichier blacklist-warez pour squid """ FICHIER = "/etc/squid/blacklist_warez" chaine = "warez" - recherche_bl = 2 + recherche_bl = 2 # Sanction sur l'adhérent uniquement class squid_carte(squid) : """ Genère le fichier blacklist-carte pour squid """