diff options
author | 2000-05-03 21:21:23 +0000 | |
---|---|---|
committer | 2000-05-03 21:21:23 +0000 | |
commit | 7e66204fb8a4232d8859755459af70d43446164c (patch) | |
tree | 38903a2ab87c8d473fa81b2e3339879122f9c940 | |
parent | if no /etc/services file, use defaults. found by millert, fixed by itojun (diff) | |
download | wireguard-openbsd-7e66204fb8a4232d8859755459af70d43446164c.tar.xz wireguard-openbsd-7e66204fb8a4232d8859755459af70d43446164c.zip |
Add: dhclient
Remove: kill pwd shutdown strings test
We need dhclient for dhcp support and the others are either ksh builtins
or simply unused.
-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 |