diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-11-27 09:45:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-11-27 09:45:45 +0000 |
commit | fd1ec77899e46ea9945938709413954373cc0147 (patch) | |
tree | b31899ab140676b5f7d488489c7953e258efe03c /sysutils/cbsd/files/cbsdd.in | |
parent | net/py-openstackclient: update to 3.4.1 (diff) |
sysutils/cbsd: update to 11.0.5
- Add encrypted password hash support for adduser and pw script: Issue #100
- (bhyve): Check IPv6 address availability: Issue #104
- (bhyve): VM also uses post/pre scripts now: execscript
- expose: add pf support for port redirect into jail: Issue #106
- fix loosing nic_parent on created new nic interface in dialog
PR: 214858
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=427214
Diffstat (limited to 'sysutils/cbsd/files/cbsdd.in')
-rw-r--r-- | sysutils/cbsd/files/cbsdd.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in index e21ba93bf724..fa6bdb7f34e0 100644 --- a/sysutils/cbsd/files/cbsdd.in +++ b/sysutils/cbsd/files/cbsdd.in @@ -64,7 +64,6 @@ cbsdd_prestart() { %%PREFIX%%/bin/cbsd sysinv mode=update %%PREFIX%%/bin/cbsd netinv - update_hwinfo update_netinfo env sqlcolnames="1" ${miscdir}/sqlcli ${dbdir}/local.sqlite "SELECT * FROM local" > ${inventory} |