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/hppa/list | |
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/hppa/list')
-rw-r--r-- | distrib/hppa/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/hppa/list b/distrib/hppa/list index 051a11c529d..093c97f81f0 100644 --- a/distrib/hppa/list +++ b/distrib/hppa/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.20 2014/01/07 02:27:55 deraadt Exp $ +# $OpenBSD: list,v 1.21 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 @@ -50,6 +50,7 @@ LINK instbin usr/bin/ftp LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/sed LINK instbin sbin/sysctl +LINK instbin usr/bin/signify # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group |