From fb04fe048ee066dba51a361c9a2b1da882d9ed8b Mon Sep 17 00:00:00 2001 From: JRGTH Date: Sun, 7 Sep 2025 02:35:28 -0400 Subject: [PATCH] Disable linux_compat due incompatibility/missing depends This feature is temporarily disabled due incompatibility/missing dependencies with later XigmaNAS releases. --- CHANGELOG | 1 + bastille-init | 4 ++++ version | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e604897..14a31fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.1.50......Disable linux_compat due incompatibility with later releases. 1.1.49......Disable basic interface to comply with bastille new syntax. 1.1.48......Add action to set priority value from utilities. 1.1.47......Cosmetic changes and improvements. diff --git a/bastille-init b/bastille-init index 9ce7458..88037ec 100644 --- a/bastille-init +++ b/bastille-init @@ -1366,6 +1366,10 @@ bastille_init() linux_compat() { + # Feature temporarily disabled. + echo "This feature is temporarily disabled due incompatibility with later ${PRDPRODUCT} releases." + exit 1 + if ping -c1 -t5 freebsd.org > /dev/null; then # Manually enable Linux compatibility(Experimental). if ! sysrc -f ${CWDIR}${EXTCONF} -qn LINUX_COMPAT_SUPPORT | grep -q "YES"; then diff --git a/version b/version index 8ac3ef6..da44c7f 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.49 +1.1.50