diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-27 21:53:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-27 21:53:58 +0000 |
commit | 9f96a60a084d366460c41b2d2dd1d5ac9f519ca4 (patch) | |
tree | 7aed92df909fe845279da25610fc1942ab1c83c4 /Templates | |
parent | c5998978ded533865d6a0ec70ca22449d4134bf0 (diff) |
Notes
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/config.site | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/config.site b/Templates/config.site index b28cd5a8f876..908451563577 100644 --- a/Templates/config.site +++ b/Templates/config.site @@ -23,7 +23,7 @@ if [ -z "${OSVERSION}" ]; then fi [ -z "${OPSYS}" ] && OPSYS=$(uname -s) -if [ ${OSVERSION} -lt 900000 ]; then +if [ ${OSVERSION} -ge 900000 ]; then have_utx="yes" have_utmp="no" else |