[Jds-team] [OpenIndiana Distribution - Bug #3275] (Closed) setup-tool-backends/scripts should use system perl

illumos project devnull at illumos.org
Thu Feb 7 21:59:25 UTC 2013


Issue #3275 has been updated by Ken Mays.

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. 
----------------------------------------
Bug #3275: setup-tool-backends/scripts should use system perl
https://www.illumos.org/issues/3275

Author: Udo Grabowski
Status: Closed
Priority: Normal
Assignee: OI JDS
Category: 
Target version: 
Difficulty: Bite-size
Tags: needs-triage


/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



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Jds-team mailing list