head	1.4;
access;
symbols
	rpm-4_4_8-release:1.2.4.2
	rpm-4_4_7-release:1.2.4.2
	db-4_5_20:1.4
	rpm-4_4_6-release:1.2.4.1
	rpm-4_4_5-release:1.2.4.1
	db-4_4_20:1.3
	rpm-4_4_4-release:1.2.4.1
	db-4_4_16:1.3
	rpm-4_4_3-release:1.2.4.1
	db-4_4_11:1.3
	db-4_3_29:1.2
	jbj_before_tklcpatches:1.2
	rpm-4_4_2-release:1.2
	pjones-sparse-experiment:1.3.0.2
	db-4_4_4:1.3
	rpm-4_4_1-release:1.2
	db-4_3_27:1.2
	rpm-4_4-release:1.2
	rpm-4_4:1.2.0.4
	db-4_3_21:1.2
	db-4_3_14:1.2
	db-4_2_52:1.2
	rpm-4_3_1-start:1.2
	rpm-4_3:1.2.0.2
	rpm-4_2_1-release:1.1.1.4
	rpm-4_1_1-release:1.1.1.4
	rpm-4_2-release:1.1.1.4
	rpm-4_2:1.1.1.4.0.2
	postmerge-db-4_1_24-release:1.1.1.4
	premerge-db-4_1_24-release:1.1.1.4
	db-4_1_24-release:1.1.1.4
	pre-db-4_1_24-release:1.1.1.4
	rpm-4_1-release:1.1.1.3
	postmerge-db-4_1_17:1.1.1.4
	premerge-db-4_1_17:1.1.1.4
	db-4_1_17:1.1.1.4
	pre-db-4_1_17:1.1.1.3
	rpm-4_1:1.1.1.3.0.2
	rpm-4_0_4-release:1.1.1.2.2.2
	jbj-before-beecrypt:1.1.1.2.2.2
	postmerge-db-4_0_14:1.1.1.3
	premerge-db-4_0_14:1.1.1.3
	db-4_0_14:1.1.1.3
	pre-db-4_0_14:1.1.1.3
	rpm-4_0_3-release:1.1.1.2.2.1
	postmerge-db-4_0_7:1.1.1.3
	premerge-db-4_0_7:1.1.1.3
	db-4_0_7:1.1.1.3
	pre-db-4_0_7:1.1.1.2
	jbj_b4_rollback:1.1.1.2.2.1
	postmerge-db-3_3_11-release:1.1.1.2
	premerge-db-3_3_11-release:1.1.1.2
	db-3_3_11-release:1.1.1.2
	pre-db-3_3_11-release:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-db-3_3_4-release:1.1.1.2
	premerge-db-3_3_4-release:1.1.1.2
	db-3_3_4-release:1.1.1.2
	pre-db-3_3_4-release:1.1.1.1
	db-3_2_9-release:1.1.1.1
	db-3_2_9-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.4
date	2006.10.01.20.18.54;	author jbj;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.21.15.53.58;	author jbj;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.15.21.42.42;	author jbj;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.05.13.19.58.27;	author jbj;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2001.10.15.03.47.23;	author jbj;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2002.08.14.16.31.56;	author jbj;	state Exp;
branches;
next	;

1.1.1.2.2.1
date	2001.07.23.20.31.15;	author jbj;	state Exp;
branches;
next	1.1.1.2.2.2;

1.1.1.2.2.2
date	2002.01.08.04.07.17;	author jbj;	state Exp;
branches;
next	;

1.2.4.1
date	2005.10.28.18.44.32;	author jbj;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	2006.10.01.22.29.21;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to db-4.5.20.
@
text
@#!/bin/sh -
#	$Id: s_readme,v 12.1 2006/08/24 14:45:35 bostic Exp $
#
# Build the README.

echo 'Updating Berkeley DB README file...'

d=..

t=/tmp/__t
trap 'rm -f $t; exit 0' 0 1 2 3 13 15

. RELEASE

cat << END_OF_README>$t
$DB_VERSION_STRING

This is version $DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH of Berkeley DB from Oracle Corporation.  To view
the release and installation documentation, load the distribution file
docs/index.html into your web browser.
END_OF_README

f=../README
cmp $t $f > /dev/null 2>&1 ||
    (echo "Building $f" && rm -f $f && cp $t $f && chmod 444 $f)
@


1.3
log
@Upgrade to db-4.4.4.
@
text
@d2 1
a2 1
#	$Id: s_readme,v 12.0 2004/11/17 03:43:35 bostic Exp $
d18 1
a18 1
This is version $DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH of Berkeley DB from Sleepycat Software.  To view
@


1.2
log
@- upgrade to db-4.2.52.
@
text
@d2 1
a2 1
#	$Id: s_readme,v 1.7 2003/07/02 15:27:44 bostic Exp $
@


1.2.4.1
log
@Update to db-4.4.11.
@
text
@d2 1
a2 1
#	$Id: s_readme,v 12.0 2004/11/17 03:43:35 bostic Exp $
@


1.2.4.2
log
@Merge db-4.5.20 onto rpm-4_4 branch.
@
text
@d2 1
a2 1
#	$Id: s_readme,v 12.1 2006/08/24 14:45:35 bostic Exp $
d18 1
a18 1
This is version $DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH of Berkeley DB from Oracle Corporation.  To view
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: s_readme,v 1.2 2000/01/27 21:42:18 bostic Exp $
d6 7
d15 8
d24 2
a25 10
echo "Building $f"
rm -f $f
(echo "$DB_VERSION_STRING" &&
 echo "" &&
 echo -n "This is version " &&
 echo -n "$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH" &&
 echo " of Berkeley DB from Sleepycat Software.  To view" &&
 echo "the release and installation documentation, load the distribution file" &&
 echo "docs/index.html into your web browser.") > $f
chmod 444 $f
@


1.1.1.1
log
@db-3.2.9
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_readme,v 1.2 2000/01/27 21:42:18 bostic Exp 
@


1.1.1.3
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_readme,v 1.3 2001/08/19 19:45:46 bostic Exp 
a5 3
t=/tmp/__t
trap 'rm -f $t; exit 0' 0 1 2 3 13 15

d8 3
d17 2
a18 5
 echo "docs/index.html into your web browser.") > $t

f=../README
cmp $t $f > /dev/null 2>&1 ||
    (echo "Building $f" && rm -f $f && cp $t $f && chmod 444 $f)
@


1.1.1.4
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_readme,v 1.6 2002/02/14 02:50:26 bostic Exp 
a5 2
d=..

d11 7
a17 7
cat << END_OF_README>$t
$DB_VERSION_STRING

This is version $DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH of Berkeley DB from Sleepycat Software.  To view
the release and installation documentation, load the distribution file
docs/index.html into your web browser.
END_OF_README
@


1.1.1.2.2.1
log
@Merge db-3.3.11 onto rpm-4_0 branch.
@
text
@d2 1
a2 1
#	$Id: s_readme,v 1.2 2000/01/27 21:42:18 bostic Exp $
@


1.1.1.2.2.2
log
@Update to db-4.0.14.
@
text
@d2 1
a2 1
#	Id: s_readme,v 1.3 2001/08/19 19:45:46 bostic Exp 
a5 3
t=/tmp/__t
trap 'rm -f $t; exit 0' 0 1 2 3 13 15

d8 3
d17 2
a18 5
 echo "docs/index.html into your web browser.") > $t

f=../README
cmp $t $f > /dev/null 2>&1 ||
    (echo "Building $f" && rm -f $f && cp $t $f && chmod 444 $f)
@


