Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2025 16:05:57 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b2674931a281 - stable/13 - ssh: update FREEBSD-upgrade instructions
Message-ID:  <202502191605.51JG5v5l046018@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=b2674931a281a9d99f8e716d977ffad7f160f2a0

commit b2674931a281a9d99f8e716d977ffad7f160f2a0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-02-23 18:33:24 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-02-19 15:26:58 +0000

    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
    
    (cherry picked from commit 6834ca8a434b1b934f21bbc068c90ae5c7fec7ef)
---
 crypto/openssh/FREEBSD-upgrade | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 17161df93316..625677c1a5c1 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502191605.51JG5v5l046018>