diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 03:54:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 03:54:00 +0000 |
commit | 9a965cd483e9db445bb472ed50bb839ece6a878a (patch) | |
tree | d495a69189200b041f311065a29a7873b178b506 | |
parent | b7d44903a94ef4b18faa3528cd5ee17d4a519dea (diff) |
we now ship SHA256 files, not MD5 files
-rw-r--r-- | distrib/notes/m4.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index a2943836bb5..f9d6b06b0b5 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.81 2008/10/16 00:05:09 krw Exp $ +dnl $OpenBSD: m4.common,v 1.82 2009/04/17 03:53:59 deraadt Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -51,8 +51,9 @@ out as follows: INSTALL.MACHINE Installation notes; this file. - MD5 Output of the md5(1) program, usable for verification - of the correctness of downloaded files.')dnl + SHA256 Output of the sum(1) program using the option + -a sha256, usable for verification of the + correctness of downloaded files.')dnl dnl dnl Change the quote. There were too many `word' situations that would dnl have to have been changed to ``word''. The quote gets changed to |