mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
And the tree is 2.1.0-Development, have fun guys... Who breaks it first ?
This commit is contained in:
parent
55cfde8297
commit
cf268280d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4315
@ -32,7 +32,7 @@
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
|
||||
# $Id: newvers.sh,v 1.5 1994/09/28 18:26:02 sef Exp $
|
||||
# $Id: newvers.sh,v 1.6 1994/10/18 01:50:21 phk Exp $
|
||||
|
||||
if [ ! -r version ]
|
||||
then
|
||||
@ -42,9 +42,9 @@ fi
|
||||
touch version
|
||||
v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
|
||||
echo "char ostype[] = \"FreeBSD\";" > vers.c
|
||||
echo "char osrelease[] = \"2.0.1-Development\";" >> vers.c
|
||||
echo "int osreldate = 199410;" >> vers.c
|
||||
echo "char osrelease[] = \"2.1.0-Development\";" >> vers.c
|
||||
echo "int osreldate = 199412;" >> vers.c
|
||||
echo "char sccs[4] = { '@', '(', '#', ')' };" >>vers.c
|
||||
echo "char version[] = \"FreeBSD 2.0.1-Development #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c
|
||||
echo "char version[] = \"FreeBSD 2.1.0-Development #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c
|
||||
|
||||
echo `expr ${v} + 1` > version
|
||||
|
Loading…
Reference in New Issue
Block a user