commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -46,7 +46,7 @@
#
# URL: [https://www.observium.org/files/distro]
DISTROSCRIPT="2.2.4"
DISTROSCRIPT="2.2.5"
if [ -z ${DISTROFORMAT} ]; then
DISTROFORMAT="pipe"
@ -196,6 +196,8 @@ getdistro() {
DISTRO=`cat /etc/prd.name`
elif [ -f /usr/local/bin/pbreg ]; then
DISTRO="PC-BSD"
elif [ -f /usr/sbin/hbsd-update -o -f /etc/hbsd-update.conf ]; then
DISTRO="HardenedBSD"
elif [ -f /tmp/freenas_config.md5 ]; then
DISTRO="FreeNAS"
else
@ -256,6 +258,9 @@ getversion() {
VERSION=`cat /etc/version`
elif [ "${DISTRO}" = "PC-BSD" ]; then
VERSION=`pbreg get /PC-BSD/Version`
#elif [ "${DISTRO}" = "HardenedBSD" ]; then
# tmp=`sysctl -n hardening.version 2>/dev/null`
# VERSION=``
elif [ -f /etc/prd.version ]; then
VERSION=`cat /etc/prd.version`
elif [ -f /bin/freebsd-version ]; then