From 83ac62d01c4ff1261d17370bdaf436f686c27d80 Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Fri, 5 Dec 2008 06:44:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D1=80=D0=B5=D0=B7=D0=B5=D1=80=D0=B2=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BF=D0=B8=D0=B9=20=D0=BF=D1=80=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=D0=B5=20=D0=BD=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=B5=D0=BA=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-client/trunk@653 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_client.py b/pym/cl_client.py index c343565..b94fef1 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -1031,7 +1031,7 @@ install/6intranet" %(domain,servDn,unixDN,bindDn,bindPw) --exclude="/.googleearth" --exclude="/Home" --exclude="/Disks" --exclude="*~" \ --exclude="/.kde4/cache-*" --exclude="/.kde4/tmp-*" \ --exclude="/.kde4/socket-*" --filter="P /.googleearth" --filter="P /Home" \ ---filter="P /Disks" -a -b -x %s/ %s/'%(userHome,homeProfile) +--filter="P /Disks" -a -x %s/ %s/'%(userHome,homeProfile) else: self.printERROR(_("Method syncUser: option sync=%s incorrect")\ %str(sync))