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/socppc | |
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/socppc')
-rw-r--r-- | distrib/socppc/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/socppc/ramdisk/list b/distrib/socppc/ramdisk/list index e415d0ef8e8..afdf040a239 100644 --- a/distrib/socppc/ramdisk/list +++ b/distrib/socppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.16 2014/01/07 02:27:56 deraadt Exp $ +# $OpenBSD: list,v 1.17 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 @@ -57,6 +57,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 # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV |