Bug 251549 - Change filesystem path naming from "fedora-ds" to "dirsrv"
Summary: Change filesystem path naming from "fedora-ds" to "dirsrv"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Directory Server
Version: 1.1.0beta
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Rich Megginson
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks: 240316 FDS1.1.0
TreeView+ depends on / blocked
 
Reported: 2007-08-09 18:18 UTC by Rich Megginson
Modified: 2015-12-07 16:32 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-07 16:32:58 UTC
Embargoed:


Attachments (Terms of Use)
diffs - ldapserver (8.70 KB, patch)
2007-08-09 18:18 UTC, Rich Megginson
no flags Details | Diff
diffs - adminserver (1.49 KB, patch)
2007-08-09 18:21 UTC, Rich Megginson
no flags Details | Diff
diffs - ldapserver (6.63 KB, patch)
2007-08-13 15:06 UTC, Rich Megginson
no flags Details | Diff
cvs commit log - ldapserver (2.04 KB, text/plain)
2007-08-13 15:36 UTC, Rich Megginson
no flags Details
cvs commit log - adminserver (1.34 KB, text/plain)
2007-08-13 15:41 UTC, Rich Megginson
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.