-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve FreeBSD support: #212
base: master
Are you sure you want to change the base?
Conversation
rozhuk-im
commented
May 9, 2020
- include posix_openpt() usage patch
- add workaround for readdir() issue: Seeking in directory stream has no effect #211
- fix few warnings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch! As mentioned in the other comment, I think there may be a way to avoid the need for an optional workaround. Please let me know what you think.
- include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings - Add DOCS option - remove gettext dep Upstream patches: libfuse/sshfs#212 libfuse/sshfs#211 PR: 246325 Submitted by: [email protected] git-svn-id: svn+ssh://svn.freebsd.org/ports/head@538024 35697150-7ecd-e111-bb59-0022644237b5
- include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings - Add DOCS option - remove gettext dep Upstream patches: libfuse/sshfs#212 libfuse/sshfs#211 PR: 246325 Submitted by: [email protected]
- include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings - Add DOCS option - remove gettext dep Upstream patches: libfuse/sshfs#212 libfuse/sshfs#211 PR: 246325 Submitted by: [email protected] git-svn-id: svn+ssh://svn.freebsd.org/ports/head@538024 35697150-7ecd-e111-bb59-0022644237b5
Are you still interested in working on this? If not, I'll close the pull request in a few days. |
FreeBSD already take this into ports tree :) How do you suggest to rework this? |
I'm happy with most of the patch, but I don't understand the need for the readdir workaround. I'd much rather see it removed from the patch and discussed separately. |
Are you still interested in working on this? If not, I'll close this pull request for now. |
df68941
to
d2623b2
Compare
- include posix_openpt() usage patch - add workaround for readdir() issue: libfuse#211, libfuse#278 - fix few warnings
Does pam_mount exist on FreeBSD? Otherwise I think it is better to disable the password_stdin flag. |
|