From e4829a9cc666f01ca5062d7fc15c20ab2d69229e Mon Sep 17 00:00:00 2001 From: bluhm Date: Tue, 2 Jan 2024 16:40:03 +0000 Subject: [PATCH] Revert chunk that I have commited by accident. --- sys/conf/GENERIC | 3 +-- sys/conf/newvers.sh | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 6c8ad03085b..c2575622a85 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,9 +1,8 @@ -# $OpenBSD: GENERIC,v 1.292 2024/01/02 16:32:47 bluhm Exp $ +# $OpenBSD: GENERIC,v 1.293 2024/01/02 16:40:03 bluhm Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel -option HZ=50 # qemu cannot handle more option DDB # in-kernel debugger #option DDBPROF # ddb(4) based profiling #option DDB_SAFE_CONSOLE # allow break into ddb during boot diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 33a5c7289a2..d0c1f277441 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.199 2024/01/02 16:32:47 bluhm Exp $ +# $OpenBSD: newvers.sh,v 1.200 2024/01/02 16:40:03 bluhm Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -42,7 +42,6 @@ fi touch version v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date` id=`basename "${d}"` -git=`git rev-parse --abbrev-ref HEAD` # additional things which need version number upgrades: # sys/sys/param.h: @@ -85,7 +84,7 @@ const char osversion[] = "${id}#${v}"; const char sccs[] = " @(#)${ost} ${osr}" STATUS " (${id}) #${v}: ${t}\n"; const char version[512] = - "${ost} ${osr}" STATUS " (${id}) #${v}: ${t}\n ${u}@${h}:${d}*${git}\n"; + "${ost} ${osr}" STATUS " (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; eof expr ${v} + 1 > version -- 2.20.1