diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2007-05-08 17:22:33 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2007-05-08 17:22:33 +0000 |
commit | 2745fb363783239ad5f2f448f229c1896a5746ae (patch) | |
tree | c39c02cf3dc6d441d06bfa60c0e284e269a465ef /Makefile.am | |
parent | 53c8d0a8f6b1fd1a52bc08dda160b977ca606006 (diff) | |
download | ds-2745fb363783239ad5f2f448f229c1896a5746ae.tar.gz ds-2745fb363783239ad5f2f448f229c1896a5746ae.tar.xz ds-2745fb363783239ad5f2f448f229c1896a5746ae.zip |
Resolves: #239337
Summary: Change the name and location of template-cl-dump.pl and template-repl-monitor.pl
Description: 1) Removed "template-" from the script name
2) added shell script wrappers cl-dump and repl-monitor
3) moved them to bindir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 5e5c5001..a4d87e8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,7 +159,11 @@ bin_SCRIPTS = $(srcdir)/ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl \ wrappers/migratecred \ wrappers/mmldif \ wrappers/pwdhash \ - wrappers/rsearch + wrappers/rsearch \ + wrappers/cl-dump \ + ldap/admin/src/scripts/cl-dump.pl \ + wrappers/repl-monitor \ + ldap/admin/src/scripts/repl-monitor.pl task_SCRIPTS = ldap/admin/src/scripts/template-bak2db \ ldap/admin/src/scripts/template-db2bak \ @@ -175,7 +179,6 @@ task_SCRIPTS = ldap/admin/src/scripts/template-bak2db \ 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 \ @@ -184,7 +187,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.pl \ ldap/admin/src/scripts/template-verify-db.pl \ $(srcdir)/ldap/admin/src/scripts/template-migrate5to7 \ $(srcdir)/ldap/admin/src/scripts/template-migrate6to7 \ |