On Thu, Jun 30, 2005 at 08:25:32PM +0200, Peter Gervai wrote:
>#!/usr/bin/perl
>
>while (my @gr=getgrent()) {
>  print $gr[0] . "\n"
>  open(F,"</etc/passwd");close(F);
>}
>print "End\n"
>
>
>any file will do, if it exists. Don't ask me why, you probably could
>guess better than me. And don't look at me with this face... :)

Nothing that I can see, bug forwarded upstream.

--bod


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to