diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /sys/conf | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/newvers.sh | 4 | ||||
| -rw-r--r-- | sys/conf/nfsswapkernel.c | 2 | ||||
| -rw-r--r-- | sys/conf/options | 2 | ||||
| -rw-r--r-- | sys/conf/param.c | 2 | ||||
| -rw-r--r-- | sys/conf/systags.sh | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b97432206c00..7d811be8ed13 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,12 +32,12 @@ # SUCH DAMAGE. # # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 -# $Id: newvers.sh,v 1.41.2.2 1999/02/08 22:57:48 asami Exp $ +# $Id: newvers.sh,v 1.41.2.3 1999/02/15 03:39:26 jkh Exp $ TYPE="FreeBSD" REVISION="3.1" BRANCH="RELEASE" -RELEASE="${REVISION}-${BRANCH}" +RELEASE=3.1-RELEASE SNAPDATE="" if [ "X${SNAPDATE}" != "X" ]; then RELEASE="${RELEASE}-${SNAPDATE}" diff --git a/sys/conf/nfsswapkernel.c b/sys/conf/nfsswapkernel.c index 12722fff6457..f87d89708b13 100644 --- a/sys/conf/nfsswapkernel.c +++ b/sys/conf/nfsswapkernel.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)nfsswapvmunix.c 8.1 (Berkeley) 6/10/93 - * $Id: nfsswapkernel.c,v 1.4 1997/09/07 12:56:37 bde Exp $ + * $Id: nfsswapkernel.c,v 1.5 1997/09/07 13:49:40 bde Exp $ */ /* diff --git a/sys/conf/options b/sys/conf/options index 1aa1d94851df..91d8513fda7b 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.121 1999/01/20 14:49:07 eivind Exp $ +# $Id: options,v 1.121.2.1 1999/02/08 19:05:55 des Exp $ # # On the handling of kernel options # diff --git a/sys/conf/param.c b/sys/conf/param.c index ef98c59c6e25..f9810a21d7fc 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.c 8.3 (Berkeley) 8/20/94 - * $Id: param.c,v 1.31 1998/11/05 14:28:17 dg Exp $ + * $Id: param.c,v 1.32 1998/12/14 08:34:54 dillon Exp $ */ #include <stddef.h> diff --git a/sys/conf/systags.sh b/sys/conf/systags.sh index 4cda02af41d8..a9d6e8a9d83a 100644 --- a/sys/conf/systags.sh +++ b/sys/conf/systags.sh @@ -38,7 +38,7 @@ # # First written May 16, 1992 by Van Jacobson, Lawrence Berkeley Laboratory. # -# $Id$ +# $Id: systags.sh,v 1.4 1997/02/22 09:28:15 peter Exp $ rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles MACHINE=`machine` |
