Re: 2008 Linux Kernel Summit

From: Theodore Tso
Date: Fri May 23 2008 - 13:31:47 EST


On Fri, May 23, 2008 at 01:27:54PM -0400, Theodore Ts'o wrote:
>
> #!/usr/bin/perl
> $at="@";
> $AD=(gmtime(time))[5]+1900;
> print "ksummit-" . $AD . "-discuss" . $at . "thunk.org\n";
> print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-"; . $AD . "-discuss\n";
>

Oops! Obviously, that should read:

#!/usr/bin/perl
$at="@";
$AD=(gmtime(time))[5]+1900;
print "ksummit-" . $AD . "-discuss" . $at . "lists.linux-foundation.org\n";
print "http://lists.linux-foundation.org/mailman/listinfo/ksummit-"; . $AD . "-discuss\n";

- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/