diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-06-20 21:40:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-06-20 21:40:56 +0000 |
commit | 8ce933fb38a4573d4f157e13289c76d71a8a256d (patch) | |
tree | e16bfe6626a9d9d8a9029302d8847ee62730eda5 | |
parent | 707abbca5cbd2075eec5d56d01128b6ab1ac5771 (diff) |
move to 5.2-beta
-rw-r--r-- | etc/root/root.mail | 14 | ||||
-rw-r--r-- | share/mk/sys.mk | 4 | ||||
-rw-r--r-- | sys/arch/macppc/stand/tbxidata/bsd.tbxi | 4 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 8 | ||||
-rw-r--r-- | sys/sys/param.h | 6 |
5 files changed, 18 insertions, 18 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail index dad82103d9b..bd8d6d6decb 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -1,9 +1,9 @@ -From deraadt@do-not-reply.openbsd.org Tue May 1 07:47:47 MDT 2012 +From deraadt@do-not-reply.openbsd.org Tue Nov 1 07:47:47 MDT 2012 Return-Path: root -Date: May 1 07:47:47 MDT 2012 +Date: Nov 1 07:47:47 MDT 2012 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) To: root -Subject: Welcome to OpenBSD 5.1! +Subject: Welcome to OpenBSD 5.2! This message attempts to describe the most basic initial questions that a system administrator of an OpenBSD box might have. You are urged to save @@ -27,13 +27,13 @@ find further information regarding configuration in the file /usr/X11R6/README. Several popular binary packages (pre-compiled applications) are available for most architectures. If you installed from a CD-ROM the packages -are on the same CD-ROM you installed from in the directory 5.1/packages. +are on the same CD-ROM you installed from in the directory 5.2/packages. CD-ROM space permitted us to include a subset of the full FTP packages for the most common architectures. Please see the FTP sites to see a full list of packages for each architecture: - ftp://ftp.openbsd.org/pub/OpenBSD/5.1/packages/ + ftp://ftp.openbsd.org/pub/OpenBSD/5.2/packages/ If you do not find a package you want on the CD, please go look at your nearest FTP mirror site. @@ -41,9 +41,9 @@ nearest FTP mirror site. Select your architecture and download the tarballs of your choice. For example to install the emacs package for i386, execute: # mount /dev/cd0a /cdrom - # pkg_add -v /cdrom/5.1/packages/i386/emacs-22.3p12.tgz + # pkg_add -v /cdrom/5.2/packages/i386/emacs-22.3p12.tgz or alternatively install them via FTP this way: - # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.1/packages/i386/emacs-22.3p12.tgz + # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.2/packages/i386/emacs-22.3p12.tgz Significant efforts were made to centralize all system configuration in the /etc directory. You should be able to find each of the configuration files diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 810167f37ba..0e1be2f7477 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,4 +1,4 @@ -# $OpenBSD: sys.mk,v 1.63 2012/04/08 15:56:28 jsg Exp $ +# $OpenBSD: sys.mk,v 1.64 2012/06/20 21:40:55 deraadt Exp $ # $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $ # @(#)sys.mk 5.11 (Berkeley) 3/13/91 @@ -10,7 +10,7 @@ unix= We run OpenBSD. OSMAJOR= 5 -OSMINOR= 1 +OSMINOR= 2 OSREV= $(OSMAJOR).$(OSMINOR) OSrev= $(OSMAJOR)$(OSMINOR) diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi index d93ccffe603..5d09ca10f3e 100644 --- a/sys/arch/macppc/stand/tbxidata/bsd.tbxi +++ b/sys/arch/macppc/stand/tbxidata/bsd.tbxi @@ -1,6 +1,6 @@ <CHRP-BOOT> <LICENSE> -/* $OpenBSD: bsd.tbxi,v 1.28 2012/01/11 22:11:35 deraadt Exp $ */ +/* $OpenBSD: bsd.tbxi,v 1.29 2012/06/20 21:40:55 deraadt Exp $ */ /* * Copyright (c) 2001 Dale Rahn. * All rights reserved. @@ -34,7 +34,7 @@ MacRISC MacRISC3 MacRISC4 OpenBSD/macppc bootloader </DESCRIPTION> <BOOT-SCRIPT> -boot cd:,ofwboot /5.1/macppc/bsd.rd +boot cd:,ofwboot /5.2/macppc/bsd.rd </BOOT-SCRIPT> <OS-BADGE-ICONS> 201B diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 593e465868c..68f696803dc 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.118 2012/02/14 19:25:05 kettenis Exp $ +# $OpenBSD: newvers.sh,v 1.119 2012/06/20 21:40:55 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -61,13 +61,13 @@ id=`basename ${d}` # and disable POOL_DEBUG in sys/conf/GENERIC ost="OpenBSD" -osr="5.1" +osr="5.2" cat >vers.c <<eof -#define STATUS "-current" /* just after a release */ +#define STATUS "-beta" /* just before a release */ #if 0 +#define STATUS "-current" /* just after a release */ #define STATUS "" /* release */ -#define STATUS "-beta" /* just before a release */ #endif const char ostype[] = "${ost}"; diff --git a/sys/sys/param.h b/sys/sys/param.h index 5e7d85da538..31ec9615d35 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.95 2012/04/12 12:33:03 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.96 2012/06/20 21:40:55 deraadt Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -41,8 +41,8 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 201205 /* OpenBSD version (year & month). */ -#define OpenBSD5_1 1 /* OpenBSD 5.1 */ +#define OpenBSD 201211 /* OpenBSD version (year & month). */ +#define OpenBSD5_2 1 /* OpenBSD 5.2 */ #ifndef NULL #ifdef __GNUG__ |