summaryrefslogtreecommitdiff
path: root/sysutils/cbsd/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cbsd/files')
-rw-r--r--sysutils/cbsd/files/cbsdd.in2
-rw-r--r--sysutils/cbsd/files/pkg-message.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in
index f1c7c47c443b..25d71789c695 100644
--- a/sysutils/cbsd/files/cbsdd.in
+++ b/sysutils/cbsd/files/cbsdd.in
@@ -16,6 +16,7 @@ load_rc_config $name
: ${cbsdd_enable="NO"}
export workdir="${cbsd_workdir}"
+export NO_CBSD_HISTORY=yes
globalconf=${cbsd_globalconf:-"${workdir}/cbsd.conf"}
if [ ! -f ${globalconf} ]; then
@@ -59,6 +60,7 @@ pidfile="/var/run/$name.pid"
cbsdd_prestart() {
find ${ftmpdir} -depth 1 -maxdepth 1 -type f -exec rm -f {} \;
%%PREFIX%%/bin/cbsd sysinv mode=update
+ %%PREFIX%%/bin/cbsd netinv
. ${inventory}
diff --git a/sysutils/cbsd/files/pkg-message.in b/sysutils/cbsd/files/pkg-message.in
index 6c2f1bed1a28..66776710ae83 100644
--- a/sysutils/cbsd/files/pkg-message.in
+++ b/sysutils/cbsd/files/pkg-message.in
@@ -5,7 +5,7 @@ For the first time please run:
env workdir="/path" %%PREFIX%%/cbsd/sudoexec/initenv
-where /path is path for cbsd workdir, e.g.: /usr/jails
+where /path is path for cbsd workdir, e.g.: /usr/jails
For upgrade an existing installation: