Hi,
just discovered that run_scripts which are run using "find -exec" are not performed in any sort of predictable order. Could you add | sort ?
find /etc/run_always -type f -perm +111 -print0 | | sort -z | xargs -0 -n 1 env
I just wondered if this was indeed the desired behaviour.
K.