On Jan 17, 2008 12:36 PM, trask768 <[EMAIL PROTECTED]> wrote:
>
> #!/usr/bin/php
> <?php
> putenv("SSH_AUTH_SOCK=" . getenv("HOME") . "/.ssh/agent.sock");
> $newcommand = array_shift($argv) . ".original";
> $command = $newcommand . " " . implode(" ",
> array_map("escapeshellarg", $argv));
> system($command, $exitstatus);
> exit($exitstatus);
> ?>I actually have a patch to the sshfs GUI source that puts SSH_AUTH_SOCK into the environment before spawning the sshfs-static process, as well as a few other mods. What's the best way to make these available for review and possible inclusion into the repo? I can send patches or, if svn commit access is provided, commit them on a branch. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
