Remko Lodder wrote:
[EMAIL PROTECTED] wrote:
Hello,
There are some trouble getting imapsync port running:
First, it would be nice adding a patch to change the shebang to
/usr/local/bin/perl. I don't expect anybody having perl on FreeBSD
at /usr/bin/perl.
[...]
#!/usr/bin/perl is installed a
I use python, where I picked up this little trick, which lets python find it's
actual location and execute itself, based upon the reliable location of "env":
#!/usr/bin/env python
You could replace python with perl, for your needs.
Yes, env(1) is quite 'stable' over systems but leads to the
Hello,
There are some trouble getting imapsync port running:
First, it would be nice adding a patch to change the shebang to
/usr/local/bin/perl. I don't expect anybody having perl on FreeBSD
at /usr/bin/perl.
Secondly imapsync will not run with Mail::IMAPClient from ports,
as said by imapsync