mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
SYSUTILS/cbsd: update to 11.0.7
Change notes: * (taskd): reset SQLITE_SEQUENCE when we do flushlog * (taskd): add exclusive args to ensure uniqueness job * (bhyve): Improve UEFI boot * (bhyve): add bhyve-ppt script to manage ppt ( passthru ) devices * (bhyve): add media script to manage virtual storage devices * add merge script to merge ascii-based file profiles PR: 216403 Submitted by: maintainer
This commit is contained in:
parent
cf8fea9427
commit
f2fb47ae83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432353
5 changed files with 5 additions and 28 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cbsd
|
||||
PORTVERSION= 11.0.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 11.0.7
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= olevole@olevole.ru
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1480333820
|
||||
SHA256 (olevole-cbsd-11.0.6_GH0.tar.gz) = 1f41a181daf1fa488c55fc5bcf75b58625462201b95fabcacd2a18ce3e6fa012
|
||||
SIZE (olevole-cbsd-11.0.6_GH0.tar.gz) = 2299216
|
||||
TIMESTAMP = 1485167406
|
||||
SHA256 (olevole-cbsd-11.0.7_GH0.tar.gz) = 98d28db70bcb8dbc169b18852deb47e83546929c4ab6343355e477e1334bca4c
|
||||
SIZE (olevole-cbsd-11.0.7_GH0.tar.gz) = 4264071
|
||||
|
|
|
@ -66,7 +66,7 @@ cbsdd_prestart() {
|
|||
%%PREFIX%%/bin/cbsd netinv
|
||||
update_netinfo
|
||||
env sqlcolnames="1" ${miscdir}/sqlcli ${dbdir}/local.sqlite "SELECT * FROM local" > ${inventory}
|
||||
|
||||
${miscdir}/sqlcli ${dbdir}/local.sqlite "UPDATE jails SET status='0' WHERE status='3'"
|
||||
[ -n "$nat_enable" ] && %%PREFIX%%/bin/cbsd naton
|
||||
/usr/sbin/daemon -f ${rcddir}/jails-astart start
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- jailctl/bsetup-tui.orig 2016-11-28 11:22:21 UTC
|
||||
+++ jailctl/bsetup-tui
|
||||
@@ -54,7 +54,7 @@ commit()
|
||||
fi
|
||||
|
||||
[ "${VAL}" = "${OVAL}" ] && continue
|
||||
- bset mode=quiet jname=${_oldjname} $i=\"${VAL}\"
|
||||
+ bset mode=quiet jname=${_oldjname} $i="${VAL}"
|
||||
done
|
||||
|
||||
[ "${_oldjname}" != "${_newjname}" -a -n "${_newjname}" ] && cbsd brename old=${_oldjname} new=${_newjname}
|
|
@ -1,11 +0,0 @@
|
|||
--- jailctl/jsetup-tui.orig 2016-11-28 11:22:21 UTC
|
||||
+++ jailctl/jsetup-tui
|
||||
@@ -34,7 +34,7 @@ commit()
|
||||
fi
|
||||
[ "${VAL}" = "${OVAL}" ] && continue
|
||||
echo "jset mode=quiet jname=${_oldjname} $i=\"${VAL}\""
|
||||
- jset mode=quiet jname=${_oldjname} $i=\"${VAL}\"
|
||||
+ jset mode=quiet jname=${_oldjname} $i="${VAL}"
|
||||
done
|
||||
|
||||
if [ "${_oldjname}" != "${_newjname}" -a -n "${_newjname}" ]; then
|
Loading…
Add table
Reference in a new issue