summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-01-25 16:47:45 +0000
committerRich Megginson <rmeggins@redhat.com>2007-01-25 16:47:45 +0000
commit8fc67410fd491c72e5b52a7e0f2d49b5c721e896 (patch)
treef23181f312c793891dece64e445c69026127f6b7 /Makefile.in
parentfd287c66734fc7add132e4685fd0250ce2605eb0 (diff)
downloadds-8fc67410fd491c72e5b52a7e0f2d49b5c721e896.tar.gz
ds-8fc67410fd491c72e5b52a7e0f2d49b5c721e896.tar.xz
ds-8fc67410fd491c72e5b52a7e0f2d49b5c721e896.zip
Resolves: bug 224291
Bug Description: Move script-templates from sysconfdir to datadir Reviewed by: nkinder, dennis (Thanks!) Files: see diff Branch: HEAD Fix Description: Just change sysconfdir to datadir in both the Makefile.am (which controls where the files are put during installation) and in create_instance.c (which controls where instance creation looks for the templates to use them to create the real scripts). Platforms tested: RHEL4 Flag Day: no Doc impact: no
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 01618bcc..57f4fed8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -951,7 +951,7 @@ PAM_LINK = -lpam
#------------------------
BUILT_SOURCES = dirver.h dberrstrs.h
CLEANFILES = dirver.h dberrstrs.h ns-slapd.properties
-taskdir = $(sysconfdir)@scripttemplatedir@
+taskdir = $(datadir)@scripttemplatedir@
server_LTLIBRARIES = libslapd.la libback-ldbm.la libds_admin.la libns-dshttpd.la
serverplugin_LTLIBRARIES = libacl-plugin.la libattr-unique-plugin.la libchainingdb-plugin.la \
libcos-plugin.la libdes-plugin.la libdistrib-plugin.la \