]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Rename samples
authorHoward Chu <hyc@symas.com>
Sun, 16 Mar 2014 10:55:03 +0000 (03:55 -0700)
committerHoward Chu <hyc@symas.com>
Sun, 16 Mar 2014 10:55:03 +0000 (03:55 -0700)
They're meant to be read and studied, not run.

libraries/liblmdb/sample-bdb.txt [moved from libraries/liblmdb/sample-bdb.c with 94% similarity]
libraries/liblmdb/sample-mdb.txt [moved from libraries/liblmdb/sample-mdb.c with 94% similarity]

similarity index 94%
rename from libraries/liblmdb/sample-bdb.c
rename to libraries/liblmdb/sample-bdb.txt
index f82732468ece6efb7a3c6cd9c4552db7b9617297..6a959bd6851ef581d865cc2c9b2e32760a0273dc 100644 (file)
@@ -1,6 +1,6 @@
-/* sample-bdb.c - BerkeleyDB toy/sample
+/* sample-bdb.txt - BerkeleyDB toy/sample
  *
- * Do a line-by-line comparison of this and sample-mdb.c
+ * Do a line-by-line comparison of this and sample-mdb.txt
  */
 /*
  * Copyright 2012 Howard Chu, Symas Corp.
similarity index 94%
rename from libraries/liblmdb/sample-mdb.c
rename to libraries/liblmdb/sample-mdb.txt
index a74f556dc2582f2a6170a121a953e9b504d3de35..a233ec5dd37e2d0cb20fec20751ae7154d943f62 100644 (file)
@@ -1,6 +1,6 @@
-/* sample-mdb.c - MDB toy/sample
+/* sample-mdb.txt - MDB toy/sample
  *
- * Do a line-by-line comparison of this and sample-bdb.c
+ * Do a line-by-line comparison of this and sample-bdb.txt
  */
 /*
  * Copyright 2012 Howard Chu, Symas Corp.