Bug 251549
| Summary: | Change filesystem path naming from "fedora-ds" to "dirsrv" | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Rich Megginson <rmeggins> | ||||||||||||
| Component: | Directory Server | Assignee: | 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
Rich Megginson
2007-08-09 18:18:59 UTC
Created attachment 160996 [details]
diffs - ldapserver
Created attachment 160997 [details]
diffs - adminserver
Created attachment 161180 [details]
diffs - ldapserver
Looks good. 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.
Created attachment 161184 [details]
cvs commit log - adminserver
|