Bug 253818

Summary: Need to allow FHS opt layout for perldir and propertydir
Product: [Retired] 389 Reporter: Nathan Kinder <nkinder>
Component: Directory ServerAssignee: Nathan Kinder <nkinder>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: low    
Version: 1.1.0CC: nhosoi
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 17:04:31 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: 240316, 427409    
Attachments:
Description Flags
CVS Diffs none

Description Nathan Kinder 2007-08-22 05:04:35 UTC
The filesystem layout that the Directory Server uses for it's perldir and
propertydir in the build system don't work when using the --with-fhs-opt option
to build both ldapserver and adminserver.

The attached diffs correct this issue.  Noriko has reviewed and tested my
changes as well, as noted in this e-mail snippet from her:

=====================================
I've made exact the same change on configure.ac and ran a quick test on hound. 
It worked fine.

I've approved (and tested) your ldapserver configure.ac diff.  Check it in! ;)
=====================================

Comment 1 Nathan Kinder 2007-08-22 05:04:35 UTC
Created attachment 162027 [details]
CVS Diffs

Comment 2 Nathan Kinder 2007-08-22 05:12:51 UTC
Checked into ldapserver (HEAD).  Thanks to Noriko for her review!

Checking in configure;
/cvs/dirsec/ldapserver/configure,v  <--  configure
new revision: 1.62; previous revision: 1.61
done
Checking in configure.ac;
/cvs/dirsec/ldapserver/configure.ac,v  <--  configure.ac
new revision: 1.37; previous revision: 1.36
done

Comment 3 Nathan Kinder 2007-12-21 19:36:32 UTC
Verified that property files are being placed in /opt/dirsrv/share/properties
and perl modules are placed in /opt/dirsrv/lib/perl on HP-UX.  This is a bit
different than the paths implemented in this bug, but this was done on purpose
after receiving feedback that paths such as /opt/dirsrc/lib/dirsrv/perl were
redundant.

Marking as VERIFIED.