Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/conf Pull up revision 1.78 (requested by lukem in a...



details:   https://anonhg.NetBSD.org/src/rev/54a0bdd65241
branches:  netbsd-1-6
changeset: 528330:54a0bdd65241
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jul 03 00:52:25 2002 +0000

description:
Pull up revision 1.78 (requested by lukem in a private thought):
add reminder to check share/tmac/doc-common as well

diffstat:

 sys/conf/osrelease.sh |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r b4b1478ca6f0 -r 54a0bdd65241 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Wed Jul 03 00:45:46 2002 +0000
+++ b/sys/conf/osrelease.sh     Wed Jul 03 00:52:25 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.75.6.4 2002/06/28 17:00:30 perry Exp $
+#      $NetBSD: osrelease.sh,v 1.75.6.5 2002/07/03 00:52:25 lukem Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,8 +37,11 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-# Release number to use
-# Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
+# Release number to use.
+# If you change this, also check:
+#      sys/sys/param.h:        __NetBSD_Version__
+#      share/tmac/doc-common:  ds oS
+#
 release=1.6_BETA4
 
 case $1 in



Home | Main Index | Thread Index | Old Index