git: 55935f1bf014 - 2021Q3 - sysutils/cbsd: fix variable for prestartup

Kirill Ponomarev krion at FreeBSD.org
Mon Jul 12 14:00:21 UTC 2021


The branch 2021Q3 has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55935f1bf01421e4e85c7a2b3c0eb7af1647b548

commit 55935f1bf01421e4e85c7a2b3c0eb7af1647b548
Author:     Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-07-12 13:59:13 +0000
Commit:     Kirill Ponomarev <krion at FreeBSD.org>
CommitDate: 2021-07-12 14:00:16 +0000

    sysutils/cbsd: fix variable for prestartup
    
    (cherry picked from commit 24b61b700206a100de764bbc10d4f0195b8ea05e)
---
 sysutils/cbsd/Makefile       | 1 +
 sysutils/cbsd/files/cbsdd.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index ada761831e26..4187001f6b45 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cbsd
 DISTVERSION=	13.0.10
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	olevole at olevole.ru
diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in
index 77bc6d165018..7508dd6632bc 100644
--- a/sysutils/cbsd/files/cbsdd.in
+++ b/sysutils/cbsd/files/cbsdd.in
@@ -58,7 +58,7 @@ command_args="&"
 
 cbsdd_prestart() {
 	%%PREFIX%%/bin/cbsd task mode=flushall > /dev/null 2>&1
-	. ${distdir}/initenv.subr
+	. ${subrdir}/initenv.subr
 	. ${inventory}
 
 	%%PREFIX%%/bin/cbsd sysinv mode=update


More information about the dev-commits-ports-all mailing list