Bug 216758

Summary: Use @libdir@ instead of hardcoded /usr/lib in template-script.in files
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ServerAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:53:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 152373, 240316, 427409    
Attachments:
Description Flags
files
none
diffs
none
cvs commit log none

Description Rich Megginson 2006-11-21 21:05:21 UTC
The scripts are looking for /usr/lib64 instead of /usr/lib on x86_64.

Comment 1 Rich Megginson 2006-11-21 21:05:21 UTC
Created attachment 141827 [details]
files

Comment 2 Rich Megginson 2006-11-21 21:06:23 UTC
Created attachment 141828 [details]
diffs

Just replace /usr/lib with @libdir@ in the .in template files.

Comment 3 Nathan Kinder 2006-11-21 21:15:47 UTC
ok.

Comment 4 Rich Megginson 2006-11-21 21:38:38 UTC
Created attachment 141835 [details]
cvs commit log

Reviewed by: nkinder (Thanks!)
Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=141827
Branch: HEAD
Fix Description: Just replace /usr/lib with @libdir@ in the script template .in
files.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none

Comment 5 Nathan Kinder 2007-12-21 19:02:04 UTC
Verified that we are using "@libdir@" in the templates .in files.  This is also
convered by all of our tests that use these command-line scripts on our x86_64
platforms.

Marking as VERIFIED.