--- env-update.sh.orig 2004-11-15 09:13:03.231730384 -0600 +++ env-update.sh 2004-11-15 09:22:39.465129592 -0600 @@ -24,21 +24,11 @@ export SVCDIR="${svcdir}" # Only update if files have actually changed -update=1 if [ "$1" == "-u" ] then - update=0 - for config in /etc/env.d - do - if [ "${config}" -nt "${svcdir}/envcache" ] - then - update=1 - break - fi - done + dependencyChanged "${svcdir}/envcache" /etc/env.d /etc/env.d/* || exit 0 shift fi -[ ${update} -eq 0 ] && exit 0 if [ "$#" -ne 0 ] then