lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ