git: 54b578b414af - main - sysutils/cbsd: Fix jail profiles

Kirill Ponomarev krion at FreeBSD.org
Mon Aug 16 06:00:51 UTC 2021


The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54b578b414af1b4057b44329bb81c1ee20bf324b

commit 54b578b414af1b4057b44329bb81c1ee20bf324b
Author:     Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-08-16 06:00:11 +0000
Commit:     Kirill Ponomarev <krion at FreeBSD.org>
CommitDate: 2021-08-16 06:00:48 +0000

    sysutils/cbsd: Fix jail profiles
    
    Submitted by:   maintainer
---
 sysutils/cbsd/Makefile                                |  1 +
 .../patch-etc_defaults_jail-freebsd-default.conf      | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index 81eb5d547f0d..7a73f88dc826 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cbsd
 DISTVERSION=	13.0.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	olevole at olevole.ru
diff --git a/sysutils/cbsd/files/patch-etc_defaults_jail-freebsd-default.conf b/sysutils/cbsd/files/patch-etc_defaults_jail-freebsd-default.conf
new file mode 100644
index 000000000000..25b5b35a41fe
--- /dev/null
+++ b/sysutils/cbsd/files/patch-etc_defaults_jail-freebsd-default.conf
@@ -0,0 +1,19 @@
+--- etc/defaults/jail-freebsd-default.conf.orig	2021-08-13 08:31:58 UTC
++++ etc/defaults/jail-freebsd-default.conf
+@@ -40,15 +40,7 @@ systemskeldir="${workdir}/share/jail-system-default"
+ removejconf="1"		# remove jconf after jcreate? 0 - don't remove
+ delpkglist="1"		# remove pkglist file after jcreate? 0 - don't remove
+ 
+-# pkg bootstrap for new jail?
+-case "${platform}" in
+-	DragonFly)
+-		pkg_bootstrap=0
+-		;;
+-	*)
+-		pkg_bootstrap="1"
+-		;;
+-esac
++pkg_bootstrap="1"
+ 
+ # JAIL.CONF part
+ # default params whitch is overwrite zero-value for jcreate, jconstruct-tui, makejconf


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