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/sparc64/ramdiskB/list | |
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/sparc64/ramdiskB/list')
-rw-r--r-- | distrib/sparc64/ramdiskB/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc64/ramdiskB/list b/distrib/sparc64/ramdiskB/list index 11d6ecd8a7c..c0e67ba7001 100644 --- a/distrib/sparc64/ramdiskB/list +++ b/distrib/sparc64/ramdiskB/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.34 2014/01/09 19:02:04 deraadt Exp $ +# $OpenBSD: list,v 1.35 2014/01/10 07:57:29 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin @@ -21,6 +21,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 |