Created attachment 120863 [details] Files fixed
1) Allow the use of the system perl on all linuxes (like the recent fix for adminutil). This is primarily to allow the build on FC. 2) Make sure admpw, console.conf, and adm.conf are owned by the SSuser which is the uid of the admin server process. Otherwise, no console tasks work, and most CGIs fail as well.
Created attachment 120864 [details] Diffs for fix
Reviewed by: Noriko (Thanks!) Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=120863 Branch: HEAD Fix Description: 1) I made a similar fix to adminutil to use the system perl for the PERL5 macro on all Linux systems. 2) The files admpw, adm.conf, and console.conf are read and/or written by the httpd process, which is owned by the SSuser (default nobody), so they must be owned by that user. Platforms tested: FC4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none