Commit d993c78c authored by Skip Montanaro's avatar Skip Montanaro

correct wording of comments about old bsddb (now bsddb185) module

parent d01c7714
...@@ -413,12 +413,10 @@ GLHACK=-Dclear=__GLclear ...@@ -413,12 +413,10 @@ GLHACK=-Dclear=__GLclear
# Historical Berkeley DB 1.85 # Historical Berkeley DB 1.85
# #
# This requires the Berkeley DB code, see # This module is deprecated; the 1.85 version of the Berkeley DB library has
# ftp://ftp.cs.berkeley.edu/pub/4bsd/db.1.85.tar.gz # bugs that can cause data corruption. If you can, use later versions of the
# # library instead, available from <http://www.sleepycat.com/>.
# This module is deprecated; the historical BSDDB library has bugs
# that can cause data corruption. If you can, use the Sleepycat library
# instead.
#DB=/depot/sundry/src/berkeley-db/db.1.85 #DB=/depot/sundry/src/berkeley-db/db.1.85
#DBPORT=$(DB)/PORT/irix.5.3 #DBPORT=$(DB)/PORT/irix.5.3
#bsddb185 bsddbmodule.c -I$(DBPORT)/include -I$(DBPORT) $(DBPORT)/libdb.a #bsddb185 bsddbmodule.c -I$(DBPORT)/include -I$(DBPORT) $(DBPORT)/libdb.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment