diff options
author | Simo Sorce <idra@samba.org> | 2002-08-18 18:04:00 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-08-18 18:04:00 +0000 |
commit | 789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d (patch) | |
tree | 808410796059709a45ac2d1a9184706ba1e0a270 /source3/configure | |
parent | 12be900eceab860ff32d34cdd0cf8da8543c1082 (diff) | |
download | samba-789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d.tar.gz samba-789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d.tar.bz2 samba-789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d.zip |
A new utility to test VFS system and modules
Just now it is acommandline tool like smbclient and rpcclient that is able to
perform operations on the file system passing through the vfs layer
It is not complete yet, some functions have simply faked up data, but module
loading works yet and basic operations too.
Thanks to Eric Lorimer for helping out with the initial setup.
Simo.
(This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index 06694c8e64..cec3161ccc 100755 --- a/source3/configure +++ b/source3/configure @@ -14082,7 +14082,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -14216,7 +14216,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile"} +CONFIG_FILES=\${CONFIG_FILES-"include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |