public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Theodore Tso <tytso@MIT.EDU>
To: linux-kernel@vger.kernel.org,
	ksummit-2008-discuss@lists.linux-foundation.org
Subject: Re: 2008 Linux Kernel Summit
Date: Fri, 23 May 2008 13:30:50 -0400	[thread overview]
Message-ID: <20080523173050.GG5265@mit.edu> (raw)
In-Reply-To: <E1Jzb3a-0008DS-Tu@closure.thunk.org>

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

      reply	other threads:[~2008-05-23 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-23 17:27 2008 Linux Kernel Summit Theodore Ts'o
2008-05-23 17:30 ` Theodore Tso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080523173050.GG5265@mit.edu \
    --to=tytso@mit.edu \
    --cc=ksummit-2008-discuss@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox