From: Rafael Garcia-Suarez Date: Thu, 23 Dec 2004 17:21:37 +0000 (+0000) Subject: The "Setuid script not plain file" error wasn't documented. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d504a7a1174f3eb9e21e78b51a8eadfded5eb2fe;p=p5sagit%2Fp5-mst-13.2.git The "Setuid script not plain file" error wasn't documented. p4raw-id: //depot/perl@23672 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ba0ad97..b2ea972 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3500,6 +3500,11 @@ L. (F) The setuid emulator won't run a script that is writable by the world, because the world might have written on it already. +=item Setuid script not plain file + +(F) The setuid emulator won't run a script that isn't read from a file, +but from a socket, a pipe or another device. + =item shm%s not implemented (F) You don't have System V shared memory IPC on your system.