diff options
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/inst-common/list | 6 | ||||
-rw-r--r-- | distrib/alpha/ramdisk/raminst.conf | 7 | ||||
-rw-r--r-- | distrib/alpha/simpleroot/list | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/distrib/alpha/inst-common/list b/distrib/alpha/inst-common/list index a42901d9f10..eba835bfeca 100644 --- a/distrib/alpha/inst-common/list +++ b/distrib/alpha/inst-common/list @@ -1,11 +1,12 @@ # -# $OpenBSD: list,v 1.12 1999/04/04 22:25:37 millert Exp $ +# $OpenBSD: list,v 1.13 2000/06/09 17:42:49 mickey Exp $ # # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat LINK raminst bin/chmod +LINK raminst bin/chgrp LINK raminst bin/cp LINK raminst bin/cpio LINK raminst bin/dd @@ -22,6 +23,7 @@ LINK raminst bin/rm LINK raminst bin/stty LINK raminst bin/sleep LINK raminst bin/tar +LINK raminst sbin/chown LINK raminst sbin/disklabel LINK raminst sbin/fsck LINK raminst sbin/halt @@ -38,7 +40,6 @@ LINK raminst sbin/newfs LINK raminst sbin/reboot LINK raminst sbin/route LINK raminst sbin/umount -LINK raminst usr/bin/chgrp LINK raminst usr/bin/ftp LINK raminst usr/bin/egrep LINK raminst usr/bin/fgrep @@ -48,7 +49,6 @@ LINK raminst usr/bin/less LINK raminst usr/bin/more LINK raminst usr/bin/sed LINK raminst usr/bin/pax -LINK raminst usr/sbin/chown LINK raminst usr/mdec/installboot SPECIAL /bin/rm raminst diff --git a/distrib/alpha/ramdisk/raminst.conf b/distrib/alpha/ramdisk/raminst.conf index 8550ee1de5f..947ec51d28b 100644 --- a/distrib/alpha/ramdisk/raminst.conf +++ b/distrib/alpha/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.17 1999/04/04 23:47:25 millert Exp $ +# $OpenBSD: raminst.conf,v 1.18 2000/06/09 17:42:49 mickey Exp $ # # ram.conf - unified binary for the RAM disk # @@ -7,13 +7,14 @@ srcdirs distrib/special bin sbin usr.bin usr.sbin srcdirs gnu/usr.bin sys/arch/alpha/stand -progs cat chmod chown cp dd df disklabel ed grep fsck_ffs ftp +progs cat chmod cp dd df disklabel ed grep fsck_ffs ftp progs gzip ifconfig init installboot less ln ls mkdir mknod mount progs mount_cd9660 mount_kernfs mount_ffs mv newfs ksh progs reboot rm route rsh sed sleep stty pax umount dhclient expr #progs mount_nfs slattach sync tip -ln chown chgrp +ln chmod chgrp +ln chmod chown ln fsck_ffs fsck ln ksh sh ln ksh -sh # init invokes the shell this way diff --git a/distrib/alpha/simpleroot/list b/distrib/alpha/simpleroot/list index e92512c7d16..d0d28d207b0 100644 --- a/distrib/alpha/simpleroot/list +++ b/distrib/alpha/simpleroot/list @@ -26,8 +26,6 @@ usr/bin/strings usr/bin/tftp usr/bin/vi usr/mdec -usr/sbin/chgrp -usr/sbin/chown usr/sbin/chroot usr/sbin/rdate usr/share/misc/termcap |