diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:54:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:54:03 +0000 |
commit | 95eddd5009fb6591f96b664f80ecfee2d5510e66 (patch) | |
tree | ec3a5ff77d98f2137f811de27b8226c6589509f4 /Tools | |
parent | 67b0efb7ed79878b59997ac69fddf0df0bf59d1c (diff) |
This is supposed to be 4-current, not 3.1-release.
Notes
Notes:
svn path=/head/; revision=21644
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/4/bindist/files/usr/bin/uname | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/portbuild/4/bindist/files/usr/bin/uname b/Tools/portbuild/4/bindist/files/usr/bin/uname index be4ac7f2e068..11acad71df9d 100755 --- a/Tools/portbuild/4/bindist/files/usr/bin/uname +++ b/Tools/portbuild/4/bindist/files/usr/bin/uname @@ -48,13 +48,13 @@ fi if [ "$r" = 1 ]; then printsp $printed - echo -n "3.1-RELEASE" + echo -n "4.0-CURRENT" printed=1 fi if [ "$v" = 1 ]; then printsp $printed - echo -n "FreeBSD 3.1-RELEASE #0: Sun Dec 13 03:47:56 PST 1998 asami@bento.freebsd.org:/usr/src/sys/compile/BENTO" + echo -n "FreeBSD 4.0-CURRENT #0: Sun Dec 13 03:47:56 PST 1998 asami@bento.freebsd.org:/usr/src/sys/compile/BENTO" printed=1 fi |