diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-15 00:23:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-15 00:23:37 +0000 |
commit | f1d98055dcb74848e99477cbc7525a620e956e73 (patch) | |
tree | 8ca361c1837fe85e1be9125a2804ba8619144fc4 /distrib/hp300 | |
parent | aaf23663cac3ee7d99b8dd91ddf9616262bbe74b (diff) |
Better let -sh exist from instbin's point of view, for the sake of bsd.rd.
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 7ea2231ba24..4ecc1cd5557 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.35 2003/02/21 16:15:54 deraadt Exp $ +# $OpenBSD: list,v 1.36 2003/03/15 00:23:34 miod Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -18,7 +18,7 @@ LINK instbin bin/mkdir LINK instbin bin/mv LINK instbin bin/rm LINK instbin bin/ksh bin/sh -LINK bin/sh bin/-sh +ARGVLINK ksh -sh LINK instbin bin/sleep LINK instbin bin/stty LINK instbin bin/sync |