Perl 5.8.4 and above add several security check when doing setuid. One of these checks is that the interpreter must have string "perl" with it. http://sourceforge.net/mailarchive/forum.php?thread_id=4823748&forum_id=7581 - rename speedy_suid to speedy_suidperl (or speedyperl_suid will be fine, too) - utilize ECHO - replace all /usr/local with PREFIX will cause some problems when PREFIX isn't /usr/local (missing PERL5 libraries and modules... blah blah...) - bump PORTREVISION How-To-Repeat: Run a setuid script under perl 5.8.4 or above, says openwebmail.
Responsible Changed From-To: freebsd-ports-bugs->lth Over to maintainer.
State Changed From-To: open->closed Committed, thanks.