mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
ssh: update FREEBSD-upgrade instructions
Make it clear that the 'freebsd-configure.sh' and 'freebsd-namespace.sh' scripts are run from the crypto/openssh directory. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5c4bd8756f
commit
6834ca8a43
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
|
||||
12) Run the configure script:
|
||||
|
||||
$ cd crypto/openssh
|
||||
$ sh freebsd-configure.sh
|
||||
|
||||
13) Review changes to config.h very carefully.
|
||||
|
|
@ -89,6 +90,7 @@
|
|||
|
||||
15) Update ssh_namespace.h:
|
||||
|
||||
$ cd crypto/openssh
|
||||
$ sh freebsd-namespace.sh
|
||||
|
||||
16) Build and install world, reboot, test. Pay particular attention
|
||||
|
|
|
|||
Loading…
Reference in a new issue