=== modified file 'sbin/zsvwait' --- sbin/zsvwait 2014-02-28 18:52:35 +0000 +++ sbin/zsvwait 2014-02-28 18:51:56 +0000 @@ -6,7 +6,6 @@ check_runsv() { while (($#)); do [[ -a $1/supervise/control ]] || return $? - shift done }