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