From 8fc67410fd491c72e5b52a7e0f2d49b5c721e896 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 25 Jan 2007 16:47:45 +0000 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 \ -- cgit