Opened 11 years ago
Closed 11 years ago
#41130 closed defect (fixed)
encfssh script needs to be patched for OSX compatibility
Reported by: | bonoba@… | Owned by: | Markus.Ueberall@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | msk@…, hapaguy (Brian Kurt Fujikawa), cscott@… | |
Port: | encfs |
Description
The encfs package provides a convenient shell script called encfssh. Unfortunately this script has a hardcoded Linux idiom in it:
A string "fusermount -u" at the end of the script should be replaced with a simple "umount". Otherwise it fails to unmount the encrypted volume after you exit a one-time shell session and such mounted clones keep piling up every time you run encfssh.
Attachments (2)
Change History (9)
comment:1 follow-up: 2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | encfs script encfssh umount removed |
---|---|
Owner: | changed from macports-tickets@… to Markus.Ueberall@… |
comment:2 Changed 11 years ago by msk@…
Changed 11 years ago by msk@…
Attachment: | patch-encfs-encfssh.diff added |
---|
Changed 11 years ago by msk@…
Attachment: | Portfile-encfs.diff added |
---|
comment:6 Changed 11 years ago by mf2k (Frank Schima)
Thanks! r119877. I put the patch in a darwin block.
comment:7 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I made a patch for the file "encfs/encfssh" that makes the change requested above. And I included a patch for the Portfile as well.