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.
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