=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/snapshots.html,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** www/Attic/snapshots.html 1996/05/06 10:32:08 1.2 --- www/Attic/snapshots.html 1996/05/20 23:17:34 1.3 *************** *** 1,14 **** ! OpenBSD Snapshots

OpenBSD Snapshots

!


! How OpenBSD Snapshots are built:

Binary snapshots are supposed to be easy to use and install. To ease their use, they are always statically linked. Developers have built ! these distributions by doing

  	setenv LDSTATIC -static
--- 1,28 ----
! 
! 
  
  OpenBSD Snapshots
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
  

OpenBSD Snapshots

!
!

How OpenBSD Snapshots are built:

+

Binary snapshots are supposed to be easy to use and install. To ease their use, they are always statically linked. Developers have built ! these distributions by doing !

  	setenv LDSTATIC -static
***************
*** 19,30 ****
  	make snapshot
  
If you find a snapshot that is dynamically linked, please inform ! deraadt@openbsd.org.

In each snapshot, all tar.gz files are rooted at /. If you are a trusting kind of person you can use the following script. However it ! is suggested that you not blindly install snapshots in this fashion.

  	foreach i ( `pwd`/*.tar.gz )
--- 33,48 ----
  	make snapshot
  
+

If you find a snapshot that is dynamically linked, please inform ! deraadt@openbsd.org. !

+

In each snapshot, all tar.gz files are rooted at /. If you are a trusting kind of person you can use the following script. However it ! is suggested that you not blindly install snapshots in this fashion. !

  	foreach i ( `pwd`/*.tar.gz )
***************
*** 32,49 ****
  	end
  
The tar program you use must be GNU tar or some other newer posix-compliant version. The tar files contain directory information in a new format, in particular dev.tar.gz contains all sorts of files that an older version of tar would break on. Also, one should be able ! to use just about any version of pax instead.

!


! But I want dynamic binaries!:

! Real Releases, when they are made, will not be statically linked.

! If you desire dynamic binaries on your machine, do the following:

  	cd /usr/src
--- 50,73 ----
  	end
  
+

The tar program you use must be GNU tar or some other newer posix-compliant version. The tar files contain directory information in a new format, in particular dev.tar.gz contains all sorts of files that an older version of tar would break on. Also, one should be able ! to use just about any version of pax instead. !

!


!

But I want dynamic binaries!:

!

! Real Releases, when they are made, will not be statically linked. !

!

! If you desire dynamic binaries on your machine, do the following: !

  	cd /usr/src
***************
*** 51,59 ****
  	make build
  
This will rebuild your machine's binaries in the normal way. of course, before doing this later step of rebuilding all the binaries on your machine, realize that source code quality can vary from day to day -- on some days the make build might fail and you might run into ! nasty problems.

!
$OpenBSD: snapshots.html,v 1.2 1996/05/06 10:32:08 deraadt Exp $ --- 75,93 ---- make build

+

This will rebuild your machine's binaries in the normal way. of course, before doing this later step of rebuilding all the binaries on your machine, realize that source code quality can vary from day to day -- on some days the make build might fail and you might run into ! nasty problems. !

! !
! OpenBSD ! www@openbsd.org !
! $OpenBSD: snapshots.html,v 1.3 1996/05/20 23:17:34 fn Exp $ ! ! !