summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-02-08 18:40:12 +0000
committerRich Megginson <rmeggins@redhat.com>2007-02-08 18:40:12 +0000
commit04e615e5a4d68e3c5165eeb4f9c0bfae25547925 (patch)
treeb04ead61148166fe92a7d30da343e4d201558e74 /Makefile.in
parent44ed8bab7f2de4b295a88230a35f66af72a12d18 (diff)
downloadds-04e615e5a4d68e3c5165eeb4f9c0bfae25547925.tar.gz
ds-04e615e5a4d68e3c5165eeb4f9c0bfae25547925.tar.xz
ds-04e615e5a4d68e3c5165eeb4f9c0bfae25547925.zip
Resolves: bug 227771
Bug Description: FHS: use sysconfdir (/etc) as config file location Reviewed by: nhosoi (Thanks!) Fix Description: After much deliberation, we have decided that it is ok that our dynamic config files are under /etc/fedora-ds/slapd-instance. So the config_dir will be /etc/fedora-ds/slapd-instance and the security and schema files will go there as well. Since the FHS is ambiguous about this issue, and it will be very confusing if the configuration files are not under /etc, and there are some agents (webmin, cfengine) that do "dynamically" modify config files under /etc, this outweighs any considerations about having the server using it's config file like an "ascii database". In addition, the presence of repl-monitor-cgi causes rpm to complain, and since we only support CGIs in the Admin Server, this file has been removed from the core fedora-ds package. Platforms tested: RHEL4, FC6 Flag Day: no Doc impact: no
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4648a2cf..d6619fd6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1052,7 +1052,6 @@ task_SCRIPTS = ldap/admin/src/scripts/template-bak2db \
ldap/admin/src/scripts/template-ns-activate.pl \
ldap/admin/src/scripts/template-ns-inactivate.pl \
ldap/admin/src/scripts/template-ns-newpwpolicy.pl \
- ldap/admin/src/scripts/template-repl-monitor-cgi.pl \
ldap/admin/src/scripts/template-repl-monitor.pl \
ldap/admin/src/scripts/template-verify-db.pl \
$(srcdir)/ldap/admin/src/scripts/template-migrate5to7 \