The script reads : if [ -x /sbin/rc-envupdate.sh ] then ebegin "Updating environment" /sbin/env-update.sh >/dev/null eend 0 However, doing qpkg -f /sbin/rc-envupdate.sh does not yield any result, so, maybe the script should read, and rc-envupdate.sh does not exist in /sbin: if [ -x /sbin/env-update.sh ] # This is the line that changed. then ebegin "Updating environment" /sbin/env-update.sh >/dev/null eend 0 Reproducible: Always Steps to Reproduce: Boot up ! Actual Results: Does not update the environment Expected Results: should update the environment
This has been fixed some time ago.