[gen_confs/squid.py] On passage à squid3
darcs-hash:20090603171843-bd074-7f0d1fd6219968d70b1a5af31da16d33010f2dba.gz
This commit is contained in:
parent
ecb713cc85
commit
9aaaae7e6a
1 changed files with 12 additions and 12 deletions
|
@ -13,7 +13,7 @@ from config import bl_carte_et_actif
|
||||||
class squid(gen_config) :
|
class squid(gen_config) :
|
||||||
db = crans_ldap()
|
db = crans_ldap()
|
||||||
actif = True # la sanction est elle active ?
|
actif = True # la sanction est elle active ?
|
||||||
restart_cmd = '/etc/init.d/squid reload'
|
restart_cmd = '/etc/init.d/squid3 reload'
|
||||||
|
|
||||||
def __str__(self) :
|
def __str__(self) :
|
||||||
return str(self.__class__).replace('_','-').split('.')[2]
|
return str(self.__class__).replace('_','-').split('.')[2]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue