On Fri, Jun 04, 2010 at 02:42:55PM -0400, Christos Zoulas wrote: > Modified Files: > src/etc: rc rc.subr > > Log Message: > print human readable exit code.
+ elif [ $1 -eq 127 ] + then + echo "stopped with signal $(expr $1 / 256)" that can't be right... -- David A. Holland dholl...@netbsd.org