diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-08 21:53:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-08 21:53:36 +0000 |
commit | 876b5bd3d6e2f9f3fc963600f1e86c4acd7bb22d (patch) | |
tree | ebd408bf323904d59b9f39dcc343be37c5ea9448 /distrib/sgi/ramdisk | |
parent | 93845bf8c18941dcef6d4dda7582b9186f16c03d (diff) |
Switch to using the base sha256 command, rather than some customized
abomination.
install.sub chunk tested by rpe
Diffstat (limited to 'distrib/sgi/ramdisk')
-rw-r--r-- | distrib/sgi/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/sgi/ramdisk/list b/distrib/sgi/ramdisk/list index 637f254c611..565ac43275a 100644 --- a/distrib/sgi/ramdisk/list +++ b/distrib/sgi/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.35 2014/01/07 02:27:56 deraadt Exp $ +# $OpenBSD: list,v 1.36 2014/01/08 21:53:35 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin @@ -19,12 +19,12 @@ LINK instbin bin/ksh bin/sh ARGVLINK ksh -sh LINK instbin bin/ln LINK instbin bin/ls +LINK instbin bin/md5 bin/sha256 bin/sha512 LINK instbin bin/mkdir LINK instbin bin/mt bin/eject LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/rm -LINK instbin bin/sha256 LINK instbin bin/sleep LINK instbin bin/stty LINK instbin bin/sync @@ -54,6 +54,7 @@ LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed LINK instbin sbin/sysctl +LINK instbin usr/bin/signify LINK instbin sbin/bioctl # copy the MAKEDEV script and make some devices |