summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit2e61cbb7f50878e738849ea4384118c13733f09c (patch)
treee87cf98a8f654158f3ba922ed4d31607b79c4944 /sys/conf
parent76b5366091f76c9bc73570149ef5055648fc2c39 (diff)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh4
-rw-r--r--sys/conf/nfsswapkernel.c2
-rw-r--r--sys/conf/options2
-rw-r--r--sys/conf/param.c2
-rw-r--r--sys/conf/systags.sh2
5 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 90198060837a..206ccc756590 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.38 1998/09/19 11:45:37 jkh Exp $
+# $Id: newvers.sh,v 1.39 1998/10/16 02:08:20 jkh Exp $
TYPE="FreeBSD"
REVISION="3.0"
BRANCH="RELEASE"
-RELEASE="${REVISION}-${BRANCH}"
+RELEASE=3.0-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 c922510bdd56..e2d0b98c28aa 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.104 1998/10/09 23:26:26 peter Exp $
+# $Id: options,v 1.105 1998/10/12 12:27:23 bde Exp $
#
# On the handling of kernel options
#
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 454298416c6f..17467468c587 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.29 1998/06/30 21:25:35 phk Exp $
+ * $Id: param.c,v 1.30 1998/07/11 13:06:38 bde Exp $
*/
#include "opt_sysvipc.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`