kensington    14/09/04 12:47:23

  Added:                kencfs-1.4.0-encfs5.patch
  Log:
  Version bump wrt bug #521844. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.1                  app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch?rev=1.1&content-type=text/plain

Index: kencfs-1.4.0-encfs5.patch
===================================================================
Support older encfs5 volumes wrt Gentoo bug #446652.

--- a/fsDialog.cpp
+++ b/fsDialog.cpp
@@ -161,7 +161,7 @@
 
     arg << cr << pm << "-S";
     p->start(prg,arg);
-    if (! QFile::exists(cr+"/.encfs6.xml")) p->write("\n");
+    if (! (QFile::exists(cr+"/.encfs6.xml") || QFile::exists(cr+"/.encfs5")) ) 
p->write("\n");
     p->write(pw.toLocal8Bit().data());
     p->write("\n");
     p->waitForFinished();




Reply via email to