Actions
Bug #3275
closedsetup-tool-backends/scripts should use system perl
Start date:
2012-10-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Description
/usr/share/setup-tool-backends/scripts use #!/usr/bin/env perl, instead,
they should use #!/usr/bin/env /usr/perl5/bin/perl since perl could be
a customized perl (as seen on a lot of systems) without the necessary
packages needed here (like Authen::PAM).
So, e.g., some System/Administration/ menu entries do not work on
those systems, users-admin fails to get password, etc.
Fix fast:
cd /usr/share/setup-tool-backends/scripts/
perl -i -pe 's|/env perl|/env /usr/perl5/bin/perl|;' *.pl *-config
Updated by Ken Mays over 9 years ago
- Status changed from New to Closed
- Assignee set to OI JDS
- % Done changed from 0 to 100
Closing ticket. Workaround provided by user. JDS respins and updates are provided through pkg.opensolaris.cz:10000 and contact Milan
for any further issues.
Actions