Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/etc



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
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index