--- rc.single.orig 2009-02-13 18:25:43.719317416 -0200 +++ rc.single 2009-02-13 18:32:56.571506858 -0200 @@ -8,7 +8,7 @@ if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then # Shutdown daemons - let i=${#DAEMONS[@]} + let i=${#DAEMONS[@]}-1 while [[ i -gt 0 ]]; do if [[ $(echo ${DAEMONS[$i]} | /bin/grep '^[^\!]' | /usr/bin/wc -l) -eq 1 ]]; then /etc/rc.d/${DAEMONS[$i]#@} stop