emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32275: closed ([PATCH] gnu: ecryptfs-utils: Patch


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32275: closed ([PATCH] gnu: ecryptfs-utils: Patch more hardcoded paths.)
Date: Thu, 26 Jul 2018 17:21:02 +0000

Your message dated Thu, 26 Jul 2018 13:20:31 -0400
with message-id <address@hidden>
and subject line Re: [bug#32275] [PATCH] gnu: ecryptfs-utils: Patch more 
hardcoded paths.
has caused the debbugs.gnu.org bug report #32275,
regarding [PATCH] gnu: ecryptfs-utils: Patch more hardcoded paths.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32275: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32275
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: ecryptfs-utils: Patch more hardcoded paths. Date: Thu, 26 Jul 2018 09:13:52 +1000
* gnu/packages/linux.scm (ecryptfs-utils): [arguments]: Add an additional file
to be patched that was missing in the last fix.  ecryptfs will now find the
umount binary path as well as mount and others.
Resort the list of files to be substituted.
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 277c2465b..d5f258d55 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3714,10 +3714,12 @@ as used on certified hardware security devices.")
                (substitute* '("src/utils/ecryptfs-mount-private"
                               "src/utils/ecryptfs-umount-private"
                               "src/utils/ecryptfs-setup-private"
+                              "src/utils/ecryptfs-setup-swap"
                               "src/utils/mount.ecryptfs.c"
+                              "src/utils/umount.ecryptfs.c"
                               "src/pam_ecryptfs/pam_ecryptfs.c"
                               "src/desktop/ecryptfs-mount-private.desktop.in"
-                              "src/utils/ecryptfs-setup-swap")
+                              "src/desktop/ecryptfs-setup-private.desktop.in")
                  (("/bin/mount")
                   (string-append utils-linux "/bin/mount"))
                  (("/bin/umount")
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32275] [PATCH] gnu: ecryptfs-utils: Patch more hardcoded paths. Date: Thu, 26 Jul 2018 13:20:31 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Thu, Jul 26, 2018 at 09:13:52AM +1000, Brendan Tildesley wrote:
> * gnu/packages/linux.scm (ecryptfs-utils): [arguments]: Add an additional file
> to be patched that was missing in the last fix.  ecryptfs will now find the
> umount binary path as well as mount and others.
> Resort the list of files to be substituted.

Thanks! Pushed as e8ec2dda08d36f3a8d17f840980ea82585d1fc38

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]