diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-09 17:42:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-09 17:42:57 +0000 |
commit | b3e6be40f0979f07ad24b85260f4f5ad65708408 (patch) | |
tree | e6cd0bad4dce3729fd3ca6376a10cc872612012c /distrib/hp300 | |
parent | 9d91fddc5160f9d86ef374534025ae2d0fd6b4a7 (diff) |
chown/chgrp changes
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 6 | ||||
-rw-r--r-- | distrib/hp300/ramdisk/raminst.conf | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 0f4436a0b12..735313c5414 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,8 +1,9 @@ -# $OpenBSD: list,v 1.15 2000/05/07 02:15:12 millert Exp $ +# $OpenBSD: list,v 1.16 2000/06/09 17:42:51 mickey Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat LINK raminst bin/chmod +LINK raminst bin/chgrp LINK raminst bin/cp LINK raminst bin/df LINK raminst bin/dd @@ -19,6 +20,7 @@ LINK bin/sh bin/-sh LINK raminst bin/sleep LINK raminst bin/stty LINK raminst bin/sync +LINK raminst sbin/chown LINK raminst sbin/disklabel LINK raminst sbin/fsck LINK raminst sbin/halt @@ -37,7 +39,6 @@ LINK raminst sbin/reboot LINK raminst sbin/route LINK raminst sbin/slattach LINK raminst sbin/umount -LINK raminst usr/bin/chgrp LINK raminst usr/bin/ftp LINK raminst usr/bin/egrep LINK raminst usr/bin/grep @@ -49,7 +50,6 @@ LINK raminst bin/pax LINK raminst usr/bin/tar LINK raminst usr/bin/tip LINK raminst usr/sbin/chat -LINK raminst usr/sbin/chown LINK raminst usr/sbin/pppd LINK raminst usr/bin/vi LINK raminst sbin/dhclient diff --git a/distrib/hp300/ramdisk/raminst.conf b/distrib/hp300/ramdisk/raminst.conf index 3abeaeadfb8..733d9999f6f 100644 --- a/distrib/hp300/ramdisk/raminst.conf +++ b/distrib/hp300/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.10 2000/05/07 01:43:35 millert Exp $ +# $OpenBSD: raminst.conf,v 1.11 2000/06/09 17:42:51 mickey Exp $ # # raminst.conf - unified binary for the RAM disk # @@ -7,14 +7,15 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd srcdirs usr.bin/vi distrib/special -progs cat chat chmod chown chroot cp dd df disklabel dhclient ed expr +progs cat chat chmod 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 chmod chgrp +ln chmod chown ln fsck_ffs fsck ln ksh sh ln ksh -sh # init invokes the shell this way |