To improve feng-shui on HP-UX we modify the layout by moving start-ds-admin's env file dirsrv-admin from /etc/opt/dirsrv-admin/config to /etc/opt/dirsrv/admin-serv. (On HP-UX we keep files in /opt/dirsrv, /var/opt/dirsrv and /etc/opt/dirsrv. That additional /etc/opt/dirsrv-admin path was awkward since it just contained the single env file.)
Created attachment 434864 [details] patch proposal I had to move the assignment of the instancename variable up in the file so it's available when the initconfigdir is set.
Pushed to master on behalf of Ulf Weltman (ulf.weltman): $ git merge 618858 Updating fe73cc2..4aecc23 Fast-forward configure | 11 +++++------ configure.ac | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) $ git push Counting objects: 7, done. Delta compression using up to 4 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 833 bytes, done. Total 4 (delta 3), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/admin.git fe73cc2..4aecc23 master -> master
Compared configure.ac in the git source tree with the one in the patch. Verified that they are identical. Note: the change only affects ia64-hp-hpux and hppa*-hp-hpux.
Right. This bug doesn't really apply to RHEL6 - you can just mark it as VerifiedUpstream