diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-19 00:33:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-19 00:33:41 +0000 |
commit | 1f17b49cbd97942d43f82d45dac9321bc4e92604 (patch) | |
tree | ed40c476a907c43327113b025e31b4f774e24f5b /distrib/ramdisk | |
parent | fa6392474683287c5316c868222f36584b36af54 (diff) |
we no long use the /var/hash files, but rely on the SHA256.sig file.
We can remove the hashing support.
Diffstat (limited to 'distrib/ramdisk')
-rw-r--r-- | distrib/ramdisk/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 55aa16ae61a..31cc35e4d11 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.45 2014/01/11 05:40:15 deraadt Exp $ +# $OpenBSD: list,v 1.46 2014/01/19 00:33:40 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -69,5 +69,4 @@ SCRIPT ${CURDIR}/../miniroot/install.sh install SCRIPT ${CURDIR}/../miniroot/install.sub install.sub SPECIAL chmod 755 install upgrade -HASH var/hash TZ |