Change 23672 by [EMAIL PROTECTED] on 2004/12/23 17:21:37

        The "Setuid script not plain file" error wasn't documented.

Affected files ...

... //depot/perl/pod/perldiag.pod#393 edit

Differences ...

==== //depot/perl/pod/perldiag.pod#393 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#392~23465~    Tue Nov  2 00:18:15 2004
+++ perl/pod/perldiag.pod       Thu Dec 23 09:21:37 2004
@@ -3500,6 +3500,11 @@
 (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.
End of Patch.

Reply via email to