diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-05 21:27:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-05 21:27:39 +0000 |
commit | 59436c90b065edbbd368ed8679d5be33153d4fcc (patch) | |
tree | 2b6543cda0aa334b4d05e91f21b85211da5ffde5 /distrib/mac68k/inst-common | |
parent | ff0f2a750cbaf08bb2ec918bdabe6ad55177f066 (diff) |
sync to netbsd
Diffstat (limited to 'distrib/mac68k/inst-common')
-rw-r--r-- | distrib/mac68k/inst-common/dot.commonutils | 7 | ||||
-rw-r--r-- | distrib/mac68k/inst-common/list | 2 | ||||
-rw-r--r-- | distrib/mac68k/inst-common/raminst.conf | 5 |
3 files changed, 7 insertions, 7 deletions
diff --git a/distrib/mac68k/inst-common/dot.commonutils b/distrib/mac68k/inst-common/dot.commonutils index 5000223885e..64f840321c8 100644 --- a/distrib/mac68k/inst-common/dot.commonutils +++ b/distrib/mac68k/inst-common/dot.commonutils @@ -1,4 +1,4 @@ -# $OpenBSD: dot.commonutils,v 1.2 1996/04/25 21:28:42 niklas Exp $ +# # $NetBSD: dot.commonutils,v 1.1 1995/07/18 04:13:18 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -28,10 +28,11 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# -# Installation utilites (functions), to get OpenBSD installed on +# Installation utilites (functions), to get NetBSD installed on # the hard disk. These are meant to be invoked from the shell prompt, -# by people installing OpenBSD. +# by people installing NetBSD. Set_tmp_dir() { diff --git a/distrib/mac68k/inst-common/list b/distrib/mac68k/inst-common/list index 657196aa566..fa18961bb4f 100644 --- a/distrib/mac68k/inst-common/list +++ b/distrib/mac68k/inst-common/list @@ -21,7 +21,6 @@ LINK raminst bin/sh LINK raminst bin/-sh LINK raminst bin/stty LINK raminst bin/sync -LINK raminst bin/tar LINK raminst bin/test LINK raminst bin/[ LINK raminst sbin/disklabel @@ -49,6 +48,7 @@ LINK raminst usr/bin/more LINK raminst usr/bin/printf LINK raminst usr/bin/sed LINK raminst usr/bin/strings +LINK raminst usr/bin/tar LINK raminst usr/bin/tip LINK raminst usr/sbin/chown LINK raminst usr/sbin/chroot diff --git a/distrib/mac68k/inst-common/raminst.conf b/distrib/mac68k/inst-common/raminst.conf index 5e482bf614a..55c01cc0543 100644 --- a/distrib/mac68k/inst-common/raminst.conf +++ b/distrib/mac68k/inst-common/raminst.conf @@ -9,13 +9,12 @@ srcdirs /usr/src/gnu/usr.bin progs cat chmod chown chroot cp dd df disklabel ed expr fsck ftp progs gzip ifconfig init halt ln ls mkdir mknod more mount mount_cd9660 -progs mount_ffs mount_msdos mount_nfs mv newfs pax printf pwd reboot rm route -progs sed sh shutdown slattach strings stty sync test tip umount update +progs mount_ffs mount_msdos mount_nfs mv newfs printf pwd reboot rm route +progs sed sh shutdown slattach strings stty sync tar test tip umount update ln chown chgrp ln gzip gzcat gunzip ln sh -sh # init invokes the shell this way -ln pax tar ln test [ ln mount_ffs ffs |