summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-04-18 18:11:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-04-18 18:11:39 +0000
commitee6cd6c8947798995cf07c2b14e16187e6bae69f (patch)
treec1919324c6640b1cc4363c1c2ff5a674d5270399 /sys/conf
parent59184beeea46177ebced0712d91281159cbc112e (diff)
doc what needs to be updated for a version bump
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e4e5e09dc8f..c079a75bd8c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.15 1999/04/18 02:44:18 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.16 1999/04/18 18:11:38 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -45,6 +45,13 @@ touch version
v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
id=`basename ${d}`
+# additional things which need version number upgrades:
+# src/sys/sys/param.h:
+# OpenBSD symbol
+# OpenBSD_X_X symbol
+# src/share/tmac/mdoc/doc-common
+# . ds oS OpenBSD X.X
+
ost="OpenBSD"
osr="2.5"