mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 12.1.0
Changelog: https://github.com/cbsd/cbsd/releases/tag/v12.1.0 Submitted by: maintainer
This commit is contained in:
parent
41377c1631
commit
467ed1bfbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511833
3 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cbsd
|
||||
DISTVERSION= 12.0.14
|
||||
DISTVERSION= 12.1.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= olevole@olevole.ru
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1565785458
|
||||
SHA256 (cbsd-cbsd-12.0.14_GH0.tar.gz) = 5b6b8aee2bcc49d72f161dcbc10d1c4c05c9c1cd4a924b16f78aa2a118e836df
|
||||
SIZE (cbsd-cbsd-12.0.14_GH0.tar.gz) = 5855012
|
||||
TIMESTAMP = 1568225678
|
||||
SHA256 (cbsd-cbsd-12.1.0_GH0.tar.gz) = edc9394f2b3d240b0dcd16b1021ff6b53c66f46724b78e70d2cdfacfe7795faa
|
||||
SIZE (cbsd-cbsd-12.1.0_GH0.tar.gz) = 5857565
|
||||
|
|
|
@ -64,7 +64,6 @@ cbsdd_prestart() {
|
|||
%%PREFIX%%/bin/cbsd sysinv mode=update
|
||||
%%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
|
||||
|
|
Loading…
Add table
Reference in a new issue