You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.3/3_ac_install_live/1-live/sys-apps/calculate-utils/fixOpenrc

12 lines
401 B

# Calculate path=/tmp name=fixOpenrc exec=/bin/bash ac_install_disk==off&&cl_merge_pkg!=&&pkg(sys-apps/openrc)!=
if [[ -z `find /etc/conf.d -name "*cfg*modules" -exec grep "^modules_3" {} \;` ]]
then
find /etc/conf.d -name "*cfg*modules" -delete
if ! rc-config list boot | grep "calculate-builder " &>/dev/null
then
rc-update add calculate-builder boot &>/dev/null
fi
fi
true