diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-10 07:57:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-10 07:57:30 +0000 |
commit | e45f8a9bc4ff0b600ac7339a54589dbaaaae433d (patch) | |
tree | ee0c6354db6f82770804f60977de1bb0d93a00ff /distrib/aviion/ramdisk | |
parent | 053776f7178caee599e3ec257e57f4dfa8e04f89 (diff) |
remove md5 after installing it (with the links to the sha256/512 commands).
this is because the md5/sha256/sha512 are in the same binary, found in the
md5 directory, but the version on the media lacks md5 support. Understand?
Diffstat (limited to 'distrib/aviion/ramdisk')
-rw-r--r-- | distrib/aviion/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/aviion/ramdisk/list b/distrib/aviion/ramdisk/list index 816e398da39..b9b453f0f16 100644 --- a/distrib/aviion/ramdisk/list +++ b/distrib/aviion/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.4 2014/01/09 19:02:04 deraadt Exp $ +# $OpenBSD: list,v 1.5 2014/01/10 07:57:27 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin @@ -20,6 +20,7 @@ ARGVLINK ksh -sh LINK instbin bin/ln LINK instbin bin/ls LINK instbin bin/md5 bin/sha256 bin/sha512 +SPECIAL rm bin/md5 LINK instbin bin/mkdir LINK instbin bin/mt bin/eject LINK instbin bin/mv |