diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-05-03 21:21:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-05-03 21:21:24 +0000 |
commit | 33225f0a95b0657711fb4f1939da35437249dff5 (patch) | |
tree | afa7b45d82e2cf36ffaca14d3c29e0450ab73a4d /distrib/hp300/ramdisk | |
parent | aee84542907987b7d5f11e05b731a4e9b597e42c (diff) |
Add: dhclient
Remove: kill pwd shutdown strings test
We need dhclient for dhcp support and the others are either ksh builtins
or simply unused.
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/raminst.conf | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/distrib/hp300/ramdisk/raminst.conf b/distrib/hp300/ramdisk/raminst.conf index aeaafcbba26..0b14ddc6acb 100644 --- a/distrib/hp300/ramdisk/raminst.conf +++ b/distrib/hp300/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.8 1999/04/01 04:39:51 millert Exp $ +# $OpenBSD: raminst.conf,v 1.9 2000/05/03 21:21:23 millert Exp $ # # raminst.conf - unified binary for the RAM disk # @@ -7,19 +7,17 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd srcdirs usr.bin/vi -progs cat chat chmod chown chroot cp dd df disklabel ed expr fsck_ffs -progs ftp grep gzip hostname ifconfig init kill less ln ls mkdir mknod mount -progs mount_cd9660 mount_ffs mount_kernfs mount_nfs -progs mv newfs pax ksh ping pppd pwd reboot rm route build -progs sed shutdown slattach sleep sort strings stty sync test tip umount -progs restore +progs cat chat chmod chown chroot cp dd df disklabel dhclient ed expr +progs fsck_ffs ftp grep gzip hostname ifconfig init less ln ls +progs mkdir mknod mount mount_cd9660 mount_ffs mount_kernfs mount_nfs +progs mv newfs pax ksh ping pppd reboot rm route build +progs sed slattach sleep sort stty sync tip umount restore ln pax tar ln chown chgrp ln fsck_ffs fsck ln ksh sh ln ksh -sh # init invokes the shell this way -ln test [ ln mount_ffs ffs ln newfs mount_mfs ln grep egrep |