Bug 251549

Summary: Change filesystem path naming from "fedora-ds" to "dirsrv"
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ServerAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: low    
Version: 1.1.0beta   
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 16:32:58 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
diffs - ldapserver
none
diffs - adminserver
none
diffs - ldapserver
none
cvs commit log - ldapserver
none
cvs commit log - adminserver none

Description Rich Megginson 2007-08-09 18:18:59 UTC
We would like to separate the brand name from the filesystem path naming.  The
packages will still be called fedora-ds-*.rpm, and if you run /usr/sbin/ns-slapd
-v it will tell you that you are running Fedora Directory Server, but we would
like to use "dirsrv" as the name in filesystem paths, so
 /etc/dirsrv
 /usr/lib/dirsrv
 /var/log/dirsrv
and so on.

Comment 1 Rich Megginson 2007-08-09 18:18:59 UTC
Created attachment 160996 [details]
diffs - ldapserver

Comment 2 Rich Megginson 2007-08-09 18:21:46 UTC
Created attachment 160997 [details]
diffs - adminserver

Comment 3 Rich Megginson 2007-08-13 15:06:24 UTC
Created attachment 161180 [details]
diffs - ldapserver

Comment 4 Nathan Kinder 2007-08-13 15:20:07 UTC
Looks good.

Comment 5 Rich Megginson 2007-08-13 15:36:29 UTC
Created attachment 161183 [details]
cvs commit log - ldapserver

Reviewed by: nkinder (Thanks!)
Files: see diff
Branch: HEAD
Fix Description: Mostly just changing the package name in configure.ac, and
making sure we consistently use that in path naming (e.g. /etc/@PACKAGE_NAME@
or /etc/@PACKAGE_NAME_BASE@ for adminserver).
Platforms tested: RHEL4, FC6
Flag Day: no
Doc impact: Oh yes.
QA impact: Any existing tests that depend on /path/brand-ds will need to change
to use dirsrv.	It is highly encouraged to use a macro or variable for the
package name in any scripts to minimize the impact of future package name
changes.

Comment 6 Rich Megginson 2007-08-13 15:41:23 UTC
Created attachment 161184 [details]
cvs commit log - adminserver