alt-req-shellwords.patch: --- wbinfo_group.pl- 2004-02-17 22:37:51 +0000 +++ wbinfo_group.pl 2005-06-11 08:01:57 +0000 @@ -17,7 +17,7 @@ # # external_acl uses shell style lines in it's protocol -require 'shellwords.pl'; +use Text::ParseWords qw(shellwords); # Disable output buffering $|=1;
Будет в следующей сборке.
2.5.STABLE10-alt1