Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.64 retrieving revision 1.65 diff -u -p -r1.64 -r1.65 --- src/UPDATING 2002/07/01 02:12:11 1.64 +++ src/UPDATING 2002/08/24 13:25:01 1.65 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.64 2002/07/01 02:12:11 sommerfeld Exp $ +$NetBSD: UPDATING,v 1.65 2002/08/24 13:25:01 lukem Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -8,6 +8,20 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20020822: + Crunched rescue tools (contents of /bin and /sbin, plus others) + are now provided in /rescue. + + To ensure that these are built statically linked (no matter + what the setting of LDSTATIC is), use a crunchgen(1) built + from sources newer than 20020820 (see the next entry). + +20020820: + crunchgen(1) changed to ensure that the generated program + is statically linked. + + Solution: update and reinstall usr.bin/crunch + 20020515: sshd user/group has been added. Need to hand add this in, or sshd will not let you log in (with default, or UsePrivlegeSeparation=yes)