[Bug 239066] sysutils/qjail: option install -f does not work on STABLE version

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 9 17:12:14 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239066

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

1938,1948c1938,1946
<     if [ "${local_install}" != "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 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
number"
<       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."
<     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 number"
>     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

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


More information about the freebsd-ports-bugs mailing list