Rev 12082: Install tdbbackup and tdbdump again. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Wed May 2 17:08:31 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 12082
revision-id: jelmer at samba.org-20070502170822-sp9950452zu87uyx
parent: svn-v2:22635 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-05-02 19:08:22 +0200
message:
  Install tdbbackup and tdbdump again.
modified:
  .bzrignore                     svn-v2:17811 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-.bzrignore
  source/lib/tdb/Makefile.in     svn-v2:6546 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2ftdb%2fMakefile.in
  source/lib/tdb/configure.ac    svn-v2:18031 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2ftdb%2fconfigure.ac
=== modified file '.bzrignore'
--- a/.bzrignore	2007-04-30 10:49:42 +0000
+++ b/.bzrignore	2007-05-02 17:08:22 +0000
@@ -180,3 +180,5 @@
 source/lib/ldb/lib
 source/lib/ldb/examples/ldbreader
 source/lib/ldb/examples/ldifreader
+source/lib/tdb/bin/tdbbackup
+source/lib/tdb/bin/tdbdump

=== modified file 'source/lib/tdb/Makefile.in'
--- a/source/lib/tdb/Makefile.in	2007-04-30 10:49:42 +0000
+++ b/source/lib/tdb/Makefile.in	2007-05-02 17:08:22 +0000
@@ -19,8 +19,8 @@
 
 .PHONY: test
 
-PROGS = bin/tdbtool$(EXEEXT) bin/tdbtorture$(EXEEXT)
-PROGS_NOINSTALL = bin/tdbtest$(EXEEXT) bin/tdbdump$(EXEEXT) bin/tdbbackup$(EXEEXT)
+PROGS = bin/tdbtool$(EXEEXT) bin/tdbdump$(EXEEXT) bin/tdbbackup$(EXEEXT)
+PROGS_NOINSTALL = bin/tdbtest$(EXEEXT) bin/tdbtorture$(EXEEXT)
 ALL_PROGS = $(PROGS) $(PROGS_NOINSTALL)
 
 TDB_OBJ = @TDB_OBJ@ @LIBREPLACEOBJ@

=== modified file 'source/lib/tdb/configure.ac'
--- a/source/lib/tdb/configure.ac	2007-04-30 08:08:36 +0000
+++ b/source/lib/tdb/configure.ac	2007-05-02 17:08:22 +0000
@@ -2,7 +2,7 @@
 AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
 AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
 AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(tdb, 1.1)
+AC_INIT(tdb, 1.1.0)
 AC_CONFIG_SRCDIR([common/tdb.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_LIBREPLACE_ALL_CHECKS



More information about the samba-cvs mailing list