[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080523173050.GG5265@mit.edu>
Date: Fri, 23 May 2008 13:30:50 -0400
From: Theodore Tso <tytso@....EDU>
To: linux-kernel@...r.kernel.org,
ksummit-2008-discuss@...ts.linux-foundation.org
Subject: Re: 2008 Linux Kernel Summit
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists