K 10 svn:author V 3 jwd K 8 svn:date V 27 2001-12-22T01:21:44.000000Z K 7 svn:log V 391 MFC of kern/32106 1.30 src/lib/libc/sys/execve.2 1.23 src/sys/kern/imgact_shell.c 1.25 src/sys/sys/imgact.h Return a more meaningful errno when the length of the interpreter exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution. Update execve man page to reflect change. Increase MAXSHELLCMDLEN to a slightly more meaningful value. Approved by: re END