In the start() function for bootmisc, there is this code: [...] if [ -x /sbin/rc-envupdate.sh ] then ebegin "Updating environment" /sbin/env-update.sh >/dev/null eend 0 fi [...] Well, rc-envupdate.sh *doesn't* exist, but then again, it isn't being used in the script. Shouldn't this be if [ -x /sbin/env-update.sh ] ? Just wondering... phil
was fixed some time ago