FREEBSD-upgrade (e66498cd40d9b17b33d802e78bb8758fb612b7c5) | FREEBSD-upgrade (1c71974b6c58151b2b5105eb3bb46aa5e88f054a) |
---|---|
1 2 3 FreeBSD maintainer's guide to OpenSSH-portable 4 ============================================== 5 6 70) Make sure your mail spool has plenty of free space. It'll fill up 8 pretty fast once you're done with this checklist. 9 101) Grab the latest OpenSSH-portable tarball from the OpenBSD FTP 11 site (ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/) 12 132) Unpack the tarball in a suitable directory. 14 | 1 2 3 FreeBSD maintainer's guide to OpenSSH-portable 4 ============================================== 5 6 70) Make sure your mail spool has plenty of free space. It'll fill up 8 pretty fast once you're done with this checklist. 9 101) Grab the latest OpenSSH-portable tarball from the OpenBSD FTP 11 site (ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/) 12 132) Unpack the tarball in a suitable directory. 14 |
15 $ tar xf openssh-X.YpZ.tar.gz \ 16 -X /usr/src/crypto/openssh/FREEBSD-Xlist 17 |
|
153) Remove trash: 16 | 183) Remove trash: 19 |
17 $ sh -c 'while read glob ; do rm -rvf $glob ; done' \ 18 </usr/src/crypto/openssh/FREEBSD-Xlist 19 20 Make sure that took care of everything, and if it didn't, make sure | 20 Make sure -X took care of everything, and if it didn't, make sure |
21 to update FREEBSD-Xlist so you won't miss it the next time. A good 22 way to do this is to run a test import and see if any new files 23 show up: 24 25 $ cvs -n import src/crypto/openssh OPENSSH x | grep \^N 26 274) Import the sources: 28 --- 109 unchanged lines hidden --- | 21 to update FREEBSD-Xlist so you won't miss it the next time. A good 22 way to do this is to run a test import and see if any new files 23 show up: 24 25 $ cvs -n import src/crypto/openssh OPENSSH x | grep \^N 26 274) Import the sources: 28 --- 109 unchanged lines hidden --- |