[Fedora-directory-commits] ldapserver Makefile.am, 1.7, 1.8 configure.ac, 1.4, 1.5 Makefile.in, 1.7, 1.8 configure, 1.4, 1.5

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Oct 26 17:45:29 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11321

Modified Files:
	Makefile.am configure.ac Makefile.in configure 
Log Message:
Resolves: #212098
Summary: Use autoconf to generate task perl script templates
Comment #10, #11, #14



Index: Makefile.am
===================================================================
RCS file: /cvs/dirsec/ldapserver/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am	24 Oct 2006 21:11:01 -0000	1.7
+++ Makefile.am	26 Oct 2006 17:45:27 -0000	1.8
@@ -51,6 +51,7 @@
 schemadir = @sysconfdir@@schemadir@
 serverdir = @prefix@@serverdir@
 serverplugindir = @prefix@@serverplugindir@
+taskdir = @sysconfdir@@scripttemplatedir@
 
 #------------------------
 # Build Products
@@ -125,8 +126,39 @@
 	wrappers/ldif \
 	wrappers/migratecred \
 	wrappers/mmldif \
-	wrappers/pwdhash
+	wrappers/pwdhash \
+	$(srcdir)/ldap/admin/src/ds_newinst.pl
 
+task_SCRIPTS = ldap/admin/src/scripts/template-bak2db \
+	ldap/admin/src/scripts/template-db2bak \
+	ldap/admin/src/scripts/template-db2index \
+	ldap/admin/src/scripts/template-db2ldif \
+	ldap/admin/src/scripts/template-ldif2db \
+	ldap/admin/src/scripts/template-ldif2ldap \
+	ldap/admin/src/scripts/template-monitor \
+	ldap/admin/src/scripts/template-restoreconfig \
+	ldap/admin/src/scripts/template-saveconfig \
+	ldap/admin/src/scripts/template-start-slapd \
+	ldap/admin/src/scripts/template-stop-slapd \
+	ldap/admin/src/scripts/template-suffix2instance \
+	ldap/admin/src/scripts/template-vlvindex \
+	ldap/admin/src/scripts/template-bak2db.pl \
+	ldap/admin/src/scripts/template-cl-dump.pl \
+	ldap/admin/src/scripts/template-db2bak.pl \
+	ldap/admin/src/scripts/template-db2index.pl \
+	ldap/admin/src/scripts/template-db2ldif.pl \
+	ldap/admin/src/scripts/template-ldif2db.pl \
+	ldap/admin/src/scripts/template-ns-accountstatus.pl \
+	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 \
+	$(srcdir)/ldap/admin/src/scripts/template-migrate6to7 \
+	$(srcdir)/ldap/admin/src/scripts/template-migrateInstance7 \
+	$(srcdir)/ldap/admin/src/scripts/template-migrateTo7
 
 #////////////////////////////////////////////////////////////////
 #
@@ -584,7 +616,7 @@
 #------------------------
 # libreplication-plugin
 #------------------------
-libreplication_plugin_la_SOURCES = ldap/servers/plugins/replication/cl5_api.o \
+libreplication_plugin_la_SOURCES = ldap/servers/plugins/replication/cl5_api.c \
 	ldap/servers/plugins/replication/cl5_clcache.c \
 	ldap/servers/plugins/replication/cl5_config.c \
 	ldap/servers/plugins/replication/cl5_init.c \


Index: configure.ac
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.ac	25 Oct 2006 20:36:45 -0000	1.4
+++ configure.ac	26 Oct 2006 17:45:27 -0000	1.5
@@ -131,6 +131,7 @@
 schemadir=/fedora-ds/schema
 serverdir=/usr/lib/fedora-ds
 serverplugindir=/usr/lib/fedora-ds/plugins
+scripttemplatedir=/fedora-ds/script-templates
 AC_SUBST(bindir)
 AC_SUBST(configdir)
 AC_SUBST(datadir)
@@ -138,6 +139,7 @@
 AC_SUBST(schemadir)
 AC_SUBST(serverdir)
 AC_SUBST(serverplugindir)
+AC_SUBST(scripttemplatedir)
 
 # WINNT should be true if building on Windows system not using
 # cygnus, mingw, or the like and using cmd.exe as the shell
@@ -156,6 +158,20 @@
 AC_CONFIG_FILES([wrappers/pwdhash])
 AC_CONFIG_FILES([wrappers/rsearch])
 
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-bak2db])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-db2bak])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-db2index])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-db2ldif])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-ldif2db])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-ldif2ldap])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-monitor])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-restoreconfig])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-saveconfig])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-start-slapd])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-stop-slapd])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-suffix2instance])
+AC_CONFIG_FILES([ldap/admin/src/scripts/template-vlvindex])
+
 AC_CONFIG_FILES([ldap/admin/src/scripts/template-bak2db.pl])
 AC_CONFIG_FILES([ldap/admin/src/scripts/template-cl-dump.pl])
 AC_CONFIG_FILES([ldap/admin/src/scripts/template-db2bak.pl])


Index: Makefile.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.in	24 Oct 2006 21:11:01 -0000	1.7
+++ Makefile.in	26 Oct 2006 17:45:27 -0000	1.8
@@ -52,6 +52,32 @@
 @SOLARIS_TRUE at am__append_1 = ldap/servers/slapd/tools/ldclt/opCheck.c
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(top_srcdir)/configure \
+	$(top_srcdir)/ldap/admin/src/scripts/template-bak2db.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-bak2db.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-cl-dump.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-db2bak.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-db2bak.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-db2index.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-db2index.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-db2ldif.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-db2ldif.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ldif2db.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ldif2db.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ldif2ldap.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-monitor.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ns-accountstatus.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ns-activate.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ns-inactivate.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-ns-newpwpolicy.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-repl-monitor-cgi.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-repl-monitor.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-restoreconfig.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-saveconfig.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-start-slapd.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-stop-slapd.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-suffix2instance.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-verify-db.pl.in \
+	$(top_srcdir)/ldap/admin/src/scripts/template-vlvindex.in \
 	$(top_srcdir)/wrappers/dbscan.in \
 	$(top_srcdir)/wrappers/ds_newinst.in \
 	$(top_srcdir)/wrappers/dsktune.in \
@@ -78,7 +104,33 @@
 CONFIG_CLEAN_FILES = wrappers/dbscan wrappers/dsktune \
 	wrappers/ds_newinst wrappers/infadd wrappers/ldap-agent \
 	wrappers/ldclt wrappers/ldif wrappers/migratecred \
-	wrappers/mmldif wrappers/pwdhash wrappers/rsearch
+	wrappers/mmldif wrappers/pwdhash wrappers/rsearch \
+	ldap/admin/src/scripts/template-bak2db \
+	ldap/admin/src/scripts/template-db2bak \
+	ldap/admin/src/scripts/template-db2index \
+	ldap/admin/src/scripts/template-db2ldif \
+	ldap/admin/src/scripts/template-ldif2db \
+	ldap/admin/src/scripts/template-ldif2ldap \
+	ldap/admin/src/scripts/template-monitor \
+	ldap/admin/src/scripts/template-restoreconfig \
+	ldap/admin/src/scripts/template-saveconfig \
+	ldap/admin/src/scripts/template-start-slapd \
+	ldap/admin/src/scripts/template-stop-slapd \
+	ldap/admin/src/scripts/template-suffix2instance \
+	ldap/admin/src/scripts/template-vlvindex \
+	ldap/admin/src/scripts/template-bak2db.pl \
+	ldap/admin/src/scripts/template-cl-dump.pl \
+	ldap/admin/src/scripts/template-db2bak.pl \
+	ldap/admin/src/scripts/template-db2index.pl \
+	ldap/admin/src/scripts/template-db2ldif.pl \
+	ldap/admin/src/scripts/template-ldif2db.pl \
+	ldap/admin/src/scripts/template-ns-accountstatus.pl \
+	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
 LIBRARIES = $(noinst_LIBRARIES)
 ARFLAGS = cru
 libavl_a_AR = $(AR) $(ARFLAGS)
@@ -107,9 +159,9 @@
 am__installdirs = "$(DESTDIR)$(serverdir)" \
 	"$(DESTDIR)$(serverplugindir)" "$(DESTDIR)$(bindir)" \
 	"$(DESTDIR)$(serverdir)" "$(DESTDIR)$(bindir)" \
-	"$(DESTDIR)$(serverdir)" "$(DESTDIR)$(configdir)" \
-	"$(DESTDIR)$(datadir)" "$(DESTDIR)$(propertydir)" \
-	"$(DESTDIR)$(schemadir)"
+	"$(DESTDIR)$(serverdir)" "$(DESTDIR)$(taskdir)" \
+	"$(DESTDIR)$(configdir)" "$(DESTDIR)$(datadir)" \
+	"$(DESTDIR)$(propertydir)" "$(DESTDIR)$(schemadir)"
 serverLTLIBRARIES_INSTALL = $(INSTALL)
 serverpluginLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(server_LTLIBRARIES) $(serverplugin_LTLIBRARIES)
@@ -364,7 +416,8 @@
 am_libreferint_plugin_la_OBJECTS = ldap/servers/plugins/referint/libreferint_plugin_la-referint.lo
 libreferint_plugin_la_OBJECTS = $(am_libreferint_plugin_la_OBJECTS)
 libreplication_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
-am_libreplication_plugin_la_OBJECTS = ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo \
+am_libreplication_plugin_la_OBJECTS = ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo \
+	ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo \
 	ldap/servers/plugins/replication/libreplication_plugin_la-cl5_config.lo \
 	ldap/servers/plugins/replication/libreplication_plugin_la-cl5_init.lo \
 	ldap/servers/plugins/replication/libreplication_plugin_la-csnpl.lo \
@@ -679,7 +732,8 @@
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 serverSCRIPT_INSTALL = $(INSTALL_SCRIPT)
-SCRIPTS = $(bin_SCRIPTS) $(server_SCRIPTS)
+taskSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+SCRIPTS = $(bin_SCRIPTS) $(server_SCRIPTS) $(task_SCRIPTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -853,6 +907,7 @@
 build_vendor = @build_vendor@
 configdir = @sysconfdir@@configdir@
 datadir = @prefix@@datadir@
+db_bindir = @db_bindir@
 db_inc = @db_inc@
 db_incdir = @db_incdir@
 db_lib = @db_lib@
@@ -870,6 +925,7 @@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
+ldapsdk_bindir = @ldapsdk_bindir@
 ldapsdk_inc = @ldapsdk_inc@
 ldapsdk_lib = @ldapsdk_lib@
 ldapsdk_libdir = @ldapsdk_libdir@
@@ -898,6 +954,7 @@
 sasl_libdir = @sasl_libdir@
 sbindir = @sbindir@
 schemadir = @sysconfdir@@schemadir@
+scripttemplatedir = @scripttemplatedir@
 serverdir = @prefix@@serverdir@
 serverplugindir = @prefix@@serverplugindir@
 sharedstatedir = @sharedstatedir@
@@ -942,6 +999,7 @@
 #------------------------
 BUILT_SOURCES = dirver.h dberrstrs.h
 CLEANFILES = dirver.h dberrstrs.h ns-slapd.properties
+taskdir = @sysconfdir@@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 \
@@ -1003,7 +1061,39 @@
 	wrappers/ldif \
 	wrappers/migratecred \
 	wrappers/mmldif \
-	wrappers/pwdhash
+	wrappers/pwdhash \
+	$(srcdir)/ldap/admin/src/ds_newinst.pl
+
+task_SCRIPTS = ldap/admin/src/scripts/template-bak2db \
+	ldap/admin/src/scripts/template-db2bak \
+	ldap/admin/src/scripts/template-db2index \
+	ldap/admin/src/scripts/template-db2ldif \
+	ldap/admin/src/scripts/template-ldif2db \
+	ldap/admin/src/scripts/template-ldif2ldap \
+	ldap/admin/src/scripts/template-monitor \
+	ldap/admin/src/scripts/template-restoreconfig \
+	ldap/admin/src/scripts/template-saveconfig \
+	ldap/admin/src/scripts/template-start-slapd \
+	ldap/admin/src/scripts/template-stop-slapd \
+	ldap/admin/src/scripts/template-suffix2instance \
+	ldap/admin/src/scripts/template-vlvindex \
+	ldap/admin/src/scripts/template-bak2db.pl \
+	ldap/admin/src/scripts/template-cl-dump.pl \
+	ldap/admin/src/scripts/template-db2bak.pl \
+	ldap/admin/src/scripts/template-db2index.pl \
+	ldap/admin/src/scripts/template-db2ldif.pl \
+	ldap/admin/src/scripts/template-ldif2db.pl \
+	ldap/admin/src/scripts/template-ns-accountstatus.pl \
+	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 \
+	$(srcdir)/ldap/admin/src/scripts/template-migrate6to7 \
+	$(srcdir)/ldap/admin/src/scripts/template-migrateInstance7 \
+	$(srcdir)/ldap/admin/src/scripts/template-migrateTo7
 
 
 #////////////////////////////////////////////////////////////////
@@ -1448,7 +1538,7 @@
 #------------------------
 # libreplication-plugin
 #------------------------
-libreplication_plugin_la_SOURCES = ldap/servers/plugins/replication/cl5_api.o \
+libreplication_plugin_la_SOURCES = ldap/servers/plugins/replication/cl5_api.c \
 	ldap/servers/plugins/replication/cl5_clcache.c \
 	ldap/servers/plugins/replication/cl5_config.c \
 	ldap/servers/plugins/replication/cl5_init.c \
@@ -1764,6 +1854,58 @@
 	cd $(top_builddir) && $(SHELL) ./config.status $@
 wrappers/rsearch: $(top_builddir)/config.status $(top_srcdir)/wrappers/rsearch.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-bak2db: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-bak2db.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-db2bak: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-db2bak.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-db2index: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-db2index.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-db2ldif: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-db2ldif.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ldif2db: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ldif2db.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ldif2ldap: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ldif2ldap.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-monitor: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-monitor.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-restoreconfig: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-restoreconfig.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-saveconfig: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-saveconfig.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-start-slapd: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-start-slapd.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-stop-slapd: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-stop-slapd.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-suffix2instance: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-suffix2instance.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-vlvindex: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-vlvindex.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-bak2db.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-bak2db.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-cl-dump.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-cl-dump.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-db2bak.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-db2bak.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-db2index.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-db2index.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-db2ldif.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-db2ldif.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ldif2db.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ldif2db.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ns-accountstatus.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ns-accountstatus.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ns-activate.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ns-activate.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ns-inactivate.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ns-inactivate.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-ns-newpwpolicy.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-ns-newpwpolicy.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-repl-monitor-cgi.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-repl-monitor-cgi.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-repl-monitor.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-repl-monitor.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
+ldap/admin/src/scripts/template-verify-db.pl: $(top_builddir)/config.status $(top_srcdir)/ldap/admin/src/scripts/template-verify-db.pl.in
+	cd $(top_builddir) && $(SHELL) ./config.status $@
 
 clean-noinstLIBRARIES:
 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -2608,6 +2750,9 @@
 ldap/servers/plugins/replication/$(DEPDIR)/$(am__dirstamp):
 	@$(mkdir_p) ldap/servers/plugins/replication/$(DEPDIR)
 	@: > ldap/servers/plugins/replication/$(DEPDIR)/$(am__dirstamp)
+ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo:  \
+	ldap/servers/plugins/replication/$(am__dirstamp) \
+	ldap/servers/plugins/replication/$(DEPDIR)/$(am__dirstamp)
 ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo:  \
 	ldap/servers/plugins/replication/$(am__dirstamp) \
 	ldap/servers/plugins/replication/$(DEPDIR)/$(am__dirstamp)
@@ -3519,6 +3664,25 @@
 	  echo " rm -f '$(DESTDIR)$(serverdir)/$$f'"; \
 	  rm -f "$(DESTDIR)$(serverdir)/$$f"; \
 	done
+install-taskSCRIPTS: $(task_SCRIPTS)
+	@$(NORMAL_INSTALL)
+	test -z "$(taskdir)" || $(mkdir_p) "$(DESTDIR)$(taskdir)"
+	@list='$(task_SCRIPTS)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  if test -f $$d$$p; then \
+	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	    echo " $(taskSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(taskdir)/$$f'"; \
+	    $(taskSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(taskdir)/$$f"; \
+	  else :; fi; \
+	done
+
+uninstall-taskSCRIPTS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(task_SCRIPTS)'; for p in $$list; do \
+	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+	  echo " rm -f '$(DESTDIR)$(taskdir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(taskdir)/$$f"; \
+	done
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -3685,6 +3849,8 @@
 	-rm -f ldap/servers/plugins/pwdstorage/libpwdstorage_plugin_la-ssha_pwd.lo
 	-rm -f ldap/servers/plugins/referint/libreferint_plugin_la-referint.$(OBJEXT)
 	-rm -f ldap/servers/plugins/referint/libreferint_plugin_la-referint.lo
+	-rm -f ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.$(OBJEXT)
+	-rm -f ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo
 	-rm -f ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.$(OBJEXT)
 	-rm -f ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo
 	-rm -f ldap/servers/plugins/replication/libreplication_plugin_la-cl5_config.$(OBJEXT)
@@ -4415,6 +4581,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/pwdstorage/$(DEPDIR)/libpwdstorage_plugin_la-sha_pwd.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/pwdstorage/$(DEPDIR)/libpwdstorage_plugin_la-ssha_pwd.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/referint/$(DEPDIR)/libreferint_plugin_la-referint.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_api.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_clcache.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_config.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_init.Plo at am__quote@
@@ -6057,6 +6224,13 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libreferint_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ldap/servers/plugins/referint/libreferint_plugin_la-referint.lo `test -f 'ldap/servers/plugins/referint/referint.c' || echo '$(srcdir)/'`ldap/servers/plugins/referint/referint.c
 
+ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo: ldap/servers/plugins/replication/cl5_api.c
+ at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libreplication_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo -MD -MP -MF "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_api.Tpo" -c -o ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo `test -f 'ldap/servers/plugins/replication/cl5_api.c' || echo '$(srcdir)/'`ldap/servers/plugins/replication/cl5_api.c; \
+ at am__fastdepCC_TRUE@	then mv -f "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_api.Tpo" "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_api.Plo"; else rm -f "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_api.Tpo"; exit 1; fi
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ldap/servers/plugins/replication/cl5_api.c' object='ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libreplication_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ldap/servers/plugins/replication/libreplication_plugin_la-cl5_api.lo `test -f 'ldap/servers/plugins/replication/cl5_api.c' || echo '$(srcdir)/'`ldap/servers/plugins/replication/cl5_api.c
+
 ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo: ldap/servers/plugins/replication/cl5_clcache.c
 @am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libreplication_plugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo -MD -MP -MF "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_clcache.Tpo" -c -o ldap/servers/plugins/replication/libreplication_plugin_la-cl5_clcache.lo `test -f 'ldap/servers/plugins/replication/cl5_clcache.c' || echo '$(srcdir)/'`ldap/servers/plugins/replication/cl5_clcache.c; \
 @am__fastdepCC_TRUE@	then mv -f "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_clcache.Tpo" "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_clcache.Plo"; else rm -f "ldap/servers/plugins/replication/$(DEPDIR)/libreplication_plugin_la-cl5_clcache.Tpo"; exit 1; fi
@@ -8563,7 +8737,7 @@
 distdir: $(DISTFILES)
 	$(am__remove_distdir)
 	mkdir $(distdir)
-	$(mkdir_p) $(distdir)/m4 $(distdir)/wrappers
+	$(mkdir_p) $(distdir)/ldap/admin/src/scripts $(distdir)/m4 $(distdir)/wrappers
 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 	list='$(DISTFILES)'; for file in $$list; do \
@@ -8693,7 +8867,7 @@
 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) \
 		$(DATA)
 installdirs:
-	for dir in "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(serverplugindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(configdir)" "$(DESTDIR)$(datadir)" "$(DESTDIR)$(propertydir)" "$(DESTDIR)$(schemadir)"; do \
+	for dir in "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(serverplugindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(taskdir)" "$(DESTDIR)$(configdir)" "$(DESTDIR)$(datadir)" "$(DESTDIR)$(propertydir)" "$(DESTDIR)$(schemadir)"; do \
 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
 	done
 install: $(BUILT_SOURCES)
@@ -8820,7 +8994,8 @@
 install-data-am: install-configDATA install-dataDATA \
 	install-nodist_propertyDATA install-schemaDATA \
 	install-serverLTLIBRARIES install-serverPROGRAMS \
-	install-serverSCRIPTS install-serverpluginLTLIBRARIES
+	install-serverSCRIPTS install-serverpluginLTLIBRARIES \
+	install-taskSCRIPTS
 
 install-exec-am: install-binPROGRAMS install-binSCRIPTS
 
@@ -8854,7 +9029,8 @@
 	uninstall-configDATA uninstall-dataDATA uninstall-info-am \
 	uninstall-nodist_propertyDATA uninstall-schemaDATA \
 	uninstall-serverLTLIBRARIES uninstall-serverPROGRAMS \
-	uninstall-serverSCRIPTS uninstall-serverpluginLTLIBRARIES
+	uninstall-serverSCRIPTS uninstall-serverpluginLTLIBRARIES \
+	uninstall-taskSCRIPTS
 
 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 	clean-binPROGRAMS clean-generic clean-libtool \
@@ -8871,15 +9047,16 @@
 	install-nodist_propertyDATA install-schemaDATA \
 	install-serverLTLIBRARIES install-serverPROGRAMS \
 	install-serverSCRIPTS install-serverpluginLTLIBRARIES \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
-	uninstall-binPROGRAMS uninstall-binSCRIPTS \
+	install-strip install-taskSCRIPTS installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+	uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
 	uninstall-configDATA uninstall-dataDATA uninstall-info-am \
 	uninstall-nodist_propertyDATA uninstall-schemaDATA \
 	uninstall-serverLTLIBRARIES uninstall-serverPROGRAMS \
-	uninstall-serverSCRIPTS uninstall-serverpluginLTLIBRARIES
+	uninstall-serverSCRIPTS uninstall-serverpluginLTLIBRARIES \
+	uninstall-taskSCRIPTS
 
 
 dirver.h: Makefile


Index: configure
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure	24 Oct 2006 21:11:01 -0000	1.4
+++ configure	26 Oct 2006 17:45:27 -0000	1.5
@@ -465,7 +465,7 @@
 #endif"
 
 ac_default_prefix=/opt/fedora-ds
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS platfor!
 m_defs SOLARIS_TRUE SOLARIS_FALSE debug_defs PKG_CONFIG ICU_CONFIG NETSNMP_CONFIG nspr_inc nspr_lib nspr_libdir nss_inc nss_lib nss_libdir ldapsdk_inc ldapsdk_lib ldapsdk_libdir db_inc db_incdir db_lib db_libdir sasl_inc sasl_lib sasl_libdir svrcore_inc svrcore_lib icu_lib icu_inc icu_bin netsnmp_inc netsnmp_lib netsnmp_libdir netsnmp_link configdir propertydir schemadir serverdir serverplugindir WINNT_TRUE WINNT_FALSE LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS platfor!
 m_defs SOLARIS_TRUE SOLARIS_FALSE debug_defs PKG_CONFIG ICU_CONFIG NETSNMP_CONFIG nspr_inc nspr_lib nspr_libdir nss_inc nss_lib nss_libdir ldapsdk_inc ldapsdk_lib ldapsdk_libdir ldapsdk_bindir db_inc db_incdir db_lib db_libdir db_bindir sasl_inc sasl_lib sasl_libdir svrcore_inc svrcore_lib icu_lib icu_inc icu_bin netsnmp_inc netsnmp_lib netsnmp_libdir netsnmp_link configdir propertydir schemadir serverdir serverplugindir scripttemplatedir WINNT_TRUE WINNT_FALSE LTLIBOBJS'
 ac_subst_files=''
 
 # Initialize some variables set by options.
@@ -23904,6 +23904,8 @@
 echo "$as_me: error: LDAPSDK not found, specify with --with-ldapsdk-inc|-lib." >&2;}
    { (exit 1); exit 1; }; }
 fi
+ldapsdk_bindir=/usr/lib/mozldap6
+
 save_cppflags="$CPPFLAGS"
 CPPFLAGS="$ldapsdk_inc $nss_inc $nspr_inc"
 echo "$as_me:$LINENO: checking for ldap.h" >&5
@@ -24038,6 +24040,7 @@
   echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi;
+db_bindir=/usr/bin
 
 if test -z "$db_inc"; then
   echo "$as_me:$LINENO: checking for db.h" >&5
@@ -24946,6 +24949,8 @@
 
 
 
+
+
 # installation paths
 bindir=/usr/bin
 configdir=/fedora-ds/config
@@ -24954,6 +24959,8 @@
 schemadir=/fedora-ds/schema
 serverdir=/usr/lib/fedora-ds
 serverplugindir=/usr/lib/fedora-ds/plugins
+scripttemplatedir=/fedora-ds/script-templates
+
 
 
 
@@ -24999,6 +25006,61 @@
 
           ac_config_files="$ac_config_files wrappers/rsearch"
 
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-bak2db"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-db2bak"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-db2index"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-db2ldif"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ldif2db"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ldif2ldap"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-monitor"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-restoreconfig"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-saveconfig"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-start-slapd"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-stop-slapd"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-suffix2instance"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-vlvindex"
+
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-bak2db.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-cl-dump.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-db2bak.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-db2index.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-db2ldif.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ldif2db.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ns-accountstatus.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ns-activate.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ns-inactivate.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-ns-newpwpolicy.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-repl-monitor-cgi.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-repl-monitor.pl"
+
+          ac_config_files="$ac_config_files ldap/admin/src/scripts/template-verify-db.pl"
+
+
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -25607,6 +25669,32 @@
   "wrappers/mmldif" ) CONFIG_FILES="$CONFIG_FILES wrappers/mmldif" ;;
   "wrappers/pwdhash" ) CONFIG_FILES="$CONFIG_FILES wrappers/pwdhash" ;;
   "wrappers/rsearch" ) CONFIG_FILES="$CONFIG_FILES wrappers/rsearch" ;;
+  "ldap/admin/src/scripts/template-bak2db" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-bak2db" ;;
+  "ldap/admin/src/scripts/template-db2bak" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-db2bak" ;;
+  "ldap/admin/src/scripts/template-db2index" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-db2index" ;;
+  "ldap/admin/src/scripts/template-db2ldif" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-db2ldif" ;;
+  "ldap/admin/src/scripts/template-ldif2db" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ldif2db" ;;
+  "ldap/admin/src/scripts/template-ldif2ldap" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ldif2ldap" ;;
+  "ldap/admin/src/scripts/template-monitor" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-monitor" ;;
+  "ldap/admin/src/scripts/template-restoreconfig" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-restoreconfig" ;;
+  "ldap/admin/src/scripts/template-saveconfig" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-saveconfig" ;;
+  "ldap/admin/src/scripts/template-start-slapd" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-start-slapd" ;;
+  "ldap/admin/src/scripts/template-stop-slapd" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-stop-slapd" ;;
+  "ldap/admin/src/scripts/template-suffix2instance" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-suffix2instance" ;;
+  "ldap/admin/src/scripts/template-vlvindex" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-vlvindex" ;;
+  "ldap/admin/src/scripts/template-bak2db.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-bak2db.pl" ;;
+  "ldap/admin/src/scripts/template-cl-dump.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-cl-dump.pl" ;;
+  "ldap/admin/src/scripts/template-db2bak.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-db2bak.pl" ;;
+  "ldap/admin/src/scripts/template-db2index.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-db2index.pl" ;;
+  "ldap/admin/src/scripts/template-db2ldif.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-db2ldif.pl" ;;
+  "ldap/admin/src/scripts/template-ldif2db.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ldif2db.pl" ;;
+  "ldap/admin/src/scripts/template-ns-accountstatus.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ns-accountstatus.pl" ;;
+  "ldap/admin/src/scripts/template-ns-activate.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ns-activate.pl" ;;
+  "ldap/admin/src/scripts/template-ns-inactivate.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ns-inactivate.pl" ;;
+  "ldap/admin/src/scripts/template-ns-newpwpolicy.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-ns-newpwpolicy.pl" ;;
+  "ldap/admin/src/scripts/template-repl-monitor-cgi.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-repl-monitor-cgi.pl" ;;
+  "ldap/admin/src/scripts/template-repl-monitor.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-repl-monitor.pl" ;;
+  "ldap/admin/src/scripts/template-verify-db.pl" ) CONFIG_FILES="$CONFIG_FILES ldap/admin/src/scripts/template-verify-db.pl" ;;
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
@@ -25774,10 +25862,12 @@
 s, at ldapsdk_inc@,$ldapsdk_inc,;t t
 s, at ldapsdk_lib@,$ldapsdk_lib,;t t
 s, at ldapsdk_libdir@,$ldapsdk_libdir,;t t
+s, at ldapsdk_bindir@,$ldapsdk_bindir,;t t
 s, at db_inc@,$db_inc,;t t
 s, at db_incdir@,$db_incdir,;t t
 s, at db_lib@,$db_lib,;t t
 s, at db_libdir@,$db_libdir,;t t
+s, at db_bindir@,$db_bindir,;t t
 s, at sasl_inc@,$sasl_inc,;t t
 s, at sasl_lib@,$sasl_lib,;t t
 s, at sasl_libdir@,$sasl_libdir,;t t
@@ -25795,6 +25885,7 @@
 s, at schemadir@,$schemadir,;t t
 s, at serverdir@,$serverdir,;t t
 s, at serverplugindir@,$serverplugindir,;t t
+s, at scripttemplatedir@,$scripttemplatedir,;t t
 s, at WINNT_TRUE@,$WINNT_TRUE,;t t
 s, at WINNT_FALSE@,$WINNT_FALSE,;t t
 s, at LTLIBOBJS@,$LTLIBOBJS,;t t




More information about the Fedora-directory-commits mailing list