Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jul 2019 17:12:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239066] sysutils/qjail: option install -f does not work on STABLE version
Message-ID:  <bug-239066-7788-LQFqne6Wiy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239066-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239066-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239066

--- Comment #1 from Igor Konov <montblanc@mail.ru> ---
New patch

1938,1948c1938,1946
<     if [ "${local_install}" !=3D "yes" ]; then
<       post_msg "Error: The Host is running a ${os_release} version."
<       post_msg "Manually fetch distribution base.txz file from snapshot"
<       post_msg "FTP directory. Use option -f to create a clean qjail syst=
em."
<       post_msg "If you compiled your OS from source, most likly it's"
<       post_msg "revision number is out of sync with the snapshot version."
<       post_msg "To update the qjail system to use the same OS revision
number"
<       post_msg "as what's running on the host."
<       post_msg "Issue 'qjail update -b' command to clone the host's runni=
ng
libs"
<       kill "to the sharedfs directory tree."
<     fi;; esac
---
>     post_msg "Error: The Host is running a ${os_release} version."
>     post_msg "Manually fetch distribution base.txz file from snapshot"
>     post_msg "FTP directory. Use option -f to create a clean qjail system=
."
>     post_msg "If you compiled your OS from source, most likly it's"
>     post_msg "revision number is out of sync with the snapshot version."
>     post_msg "To update the qjail system to use the same OS revision numb=
er"
>     post_msg "as what's running on the host."
>     post_msg "Issue 'qjail update -b' command to clone the host's running=
 libs"
>     kill "to the sharedfs directory tree.";; esac

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239066-7788-LQFqne6Wiy>