Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2021 16:35:27 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 363f9e1114eb - stable/13 - nanobsd: adopt dhcpd to latest conventions
Message-ID:  <202109121635.18CGZRGu074144@gitrepo.freebsd.org>

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

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

commit 363f9e1114eb05e7d9a8d1e07dae29ebe14a1459
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-07-30 22:55:43 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-09-12 15:56:15 +0000

    nanobsd: adopt dhcpd to latest conventions
    
    Adopt the dhcpd build to use nanobsd-build top level directory that
    other nanobsd builds are using.
    
    Sponsored by:           Netflix
    
    (cherry picked from commit 9ed1e98abfe470a958a55b4fc6d6391ca8e4478d)
---
 tools/tools/nanobsd/dhcpd/common | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common
index 0c801318609e..07b3f3963d0b 100644
--- a/tools/tools/nanobsd/dhcpd/common
+++ b/tools/tools/nanobsd/dhcpd/common
@@ -41,11 +41,11 @@ NANO_CFG_BASE=$(pwd)
 NANO_CFG_BASE=${NANO_CFG_BASE%/dhcpd}
 NANO_SRC=$(pwd)
 NANO_SRC=${NANO_SRC%/tools/tools/nanobsd/dhcpd}
-NANO_OBJ=${NANO_SRC}/../dhcpd/obj
+NANO_OBJ=${NANO_SRC}/../nanobsd-builds/dhcpd/obj
 # Where cust_pkg() finds packages to install
 #XXX: Is this the right place?
-#NANO_PORTS=$(realpath ${NANO_SRC}/../ports)
-NANO_PORTS=/usr/ports
+NANO_PORTS=$(realpath ${NANO_SRC}/../ports)
+#NANO_PORTS=/usr/ports
 NANO_PACKAGE_DIR=${NANO_SRC}/${NANO_TOOLS}/Pkg
 NANO_DATADIR=${NANO_OBJ}/_.data
 NANO_DATASIZE=40960



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