source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: No point in inventing yet another file name for the database.
@ 2013-06-06 14:27 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2013-06-06 14:27 UTC (permalink / raw)
  To: source

Log Message:
-----------
No point in inventing yet another file name for the database.
We are not going back to Berkeley DB and don't care about
overwriting any obsolete files that may be lying around.
So, go back from "mandocdb.db" to "mandoc.db".

Modified Files:
--------------
    mdocml:
        mansearch.h

Revision Data
-------------
Index: mansearch.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mansearch.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lmansearch.h -Lmansearch.h -u -p -r1.3 -r1.4
--- mansearch.h
+++ mansearch.h
@@ -17,7 +17,7 @@
 #ifndef MANSEARCH_H
 #define MANSEARCH_H
 
-#define	MANDOC_DB	 "mandocdb.db"
+#define	MANDOC_DB	 "mandoc.db"
 
 #define	TYPE_An		 0x0000000000000001ULL
 #define	TYPE_Ar		 0x0000000000000002ULL
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-06 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-06 14:27 mdocml: No point in inventing yet another file name for the database schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).