https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236612 Resolves: bug 236612 Bug Description: The current default filesystem layout of a Fedora Directory Server build is to lump everything FHS style underneath a prefix of /opt/fedora-ds. We should change this to follow the FHS standards for an optional software package, namely using /etc/opt and /var/opt.
We will leave the "--with-fhs" configure option for using the /usr, /etc/, and /var layout that are used when packaging Fedora Directory Server for inclusion in Fedora Extras. Reviewed by: ??? Files: see diff Branch: HEAD Fix Description: The attached diffs implement this new default layout. In addition to using /var/opt and /etc/opt, I merged all of the component and server libraries into a single /opt/fedora-ds/lib directory. I also made the instance directories live in /opt/fedora-ds/slapd-<instance> instead of using the lib directory. Platforms tested: HP-UX 11.23 Flag Day: no Doc impact: no https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=152711