--- rc.shutdown.orig 2009-02-13 18:25:32.438261303 -0200 +++ rc.shutdown 2009-02-13 18:32:29.955998036 -0200 @@ -24,7 +24,7 @@ if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then # Shutdown daemons - let i=${#DAEMONS[@]} + let i=${#DAEMONS[@]}-1 while [ $i -ge 0 ]; do if [ "${DAEMONS[$i]:0:1}" != '!' ]; then ck_daemon ${DAEMONS[$i]#@} || stop_daemon ${DAEMONS[$i]#@}